Releases: JustHm228/JLatenter
Releases · JustHm228/JLatenter
0.1-build.3: Bug Fix
Warning
This version is compiled with Java 20.0.1!
Changelog
- Fixed bugs:
- #75:
IncompatibleLatentException
works not as intended
- #75:
- Technical changes:
- Optimization and increase in stability of work.
What's Changed
- Fix typo in
SECURITY.md
by @JustHm228 in #69 - Fix typo in
SECURITY.md
by @JustHm228 in #70 - Fix a bug with
IncompatibleLatentException
by @JustHm228 in #76 - Fix a bug with
IncompatibleLatentException
by @JustHm228 in #77 - Fix a bug with
IncompatibleLatentException
by @JustHm228 in #78 - Update version information by @JustHm228 in #79
- Update version information by @JustHm228 in #80
Full Changelog: 0.1-build.2...0.1-build.3
0.1-build.2: Support of Super Methods!
Warning
This version is compiled with Java 20.0.1!
Changelog
- Fixed bugs:
- Technical changes:
- Optimization and increase in stability of work.
- Major changes have been made to the API. Now it doesn't look so raw.
- Started work on Javadoc.
- Innovations:
- Added the class
Library
with its constants (and other internal things). - Added support for super methods to allow to call them.
- Added a new
LatentPermException
which will be thrown ifSecurityManager
denies access.
- Added the class
- Changes:
- All stub interfaces have been "moved" to
com.github.justhm228.jlatenter.latent.stub
package. Their "previous locations" are now marked as deprecated.
- All stub interfaces have been "moved" to
What's Changed
- Fix
pom.xml
by @JustHm228 in #2 - Just fix
pom.xml
... by @JustHm228 in #3 - Delete unused files by @JustHm228 in #4
- Add
Library.java
by @JustHm228 in #5 - Update classes and documentation by @JustHm228 in #6
- Minor changes to some policies by @JustHm228 in #7
- Delete unused files by @JustHm228 in #8
- Fix some things by @JustHm228 in #9
- Fix project descriptors by @JustHm228 in #10
- Fix project descriptors by @JustHm228 in #11
- Fix project descriptors by @JustHm228 in #12
- Merge pull request #12 from JustHm228/main by @JustHm228 in #13
- Update
.gitignore
by @JustHm228 in #14 - Align the code and add
final
where possible by @JustHm228 in #15 - Fix
finalize()
implementation by @JustHm228 in #16 - Optimize imports by @JustHm228 in #17
- Optimize imports by @JustHm228 in #18
- Move pointer by @JustHm228 in #19
- Merge pull request #13 from JustHm228/hotfix by @JustHm228 in #20
- Merge pull request #19 from JustHm228/main by @JustHm228 in #21
- Merge pull request #20 from JustHm228/main by @JustHm228 in #22
- Mark all exceptions with
NotNull
by @JustHm228 in #23 - Mark all exceptions with
NotNull
by @JustHm228 in #24 - Do last fixes by @JustHm228 in #26
- Do last fixes by @JustHm228 in #27
- Restore corrupted data by @JustHm228 in #28
- Move pointer by @JustHm228 in #35
- Fix some things by @JustHm228 in #37
- Update issue templates by @JustHm228 in #48
- Update issue templates by @JustHm228 in #49
- Update issue templates by @JustHm228 in #50
- Update issue templates by @JustHm228 in #51
- Merge pull request #48 from JustHm228/main by @JustHm228 in #52
- Merge pull request #49 from JustHm228/main by @JustHm228 in #53
- Fix documentation and issue manager by @JustHm228 in #55
- Update
test.txt
by @JustHm228 in #56 - Share some new changes and fix a very serious bug by @JustHm228 in #57
- Return modules and fix their issues by @JustHm228 in #58
- Add some TODO notes by @JustHm228 in #59
- Do some internal fixes by @JustHm228 in #60
- Apply all the updates of the repository data by @JustHm228 in #61
- Fix module issues with
exports
by @JustHm228 in #62 - Reformat utility classes by @JustHm228 in #63
- Move all stub interfaces to another package by @JustHm228 in #64
- Fix compile-time errors by @JustHm228 in #65
- Add a new suppression to
LatentTest.java
by @JustHm228 in #66 - Update
SECURITY.md
by @JustHm228 in #67 - Release 0.1-build.2 by @JustHm228 in #68
- Release 0.1-build.2 by @JustHm228 in #71
- Release 0.1-build.2 by @JustHm228 in #72
- Merge pull request #72 from JustHm228/main by @JustHm228 in #73
- Merge pull request #71 from JustHm228/main by @JustHm228 in #74
Full Changelog: 0.1-build.1...0.1-build.2
0.1-build.1: Initial Release
Warning
This version is compiled with Java 20.0.1!
Changelog
- Technical changes:
- Optimization and increase in stability of work.
- Serious changes have been made to the API, but at the same time it continues to be quite raw.
- Innovations:
- Added the class
Latent
with its methods. - Added the
LatentException
with its subclasses. - Added some new stub interfaces.
- Added the class
Full Changelog: https://github.com/JustHm228/JLatenter/commits/0.1-build.1