Skip to content

Releases: JustHm228/JLatenter

0.1-build.3: Bug Fix

31 Oct 12:52
1e0b8b1
Compare
Choose a tag to compare
0.1-build.3: Bug Fix Pre-release
Pre-release

Warning

This version is compiled with Java 20.0.1!

Changelog

  • Fixed bugs:
    • #75: IncompatibleLatentException works not as intended
  • Technical changes:
    • Optimization and increase in stability of work.

What's Changed

Full Changelog: 0.1-build.2...0.1-build.3

0.1-build.2: Support of Super Methods!

30 Oct 18:21
4c036b0
Compare
Choose a tag to compare
Pre-release

Warning

This version is compiled with Java 20.0.1!

Changelog

  • Fixed bugs:
    • #30: find() typecasting causes a broken object
    • #31: as() method may still throw SecurityException
    • #32: isShadowed() method may throw SecurityException
    • #33: find() method may throw SecurityException
    • #34: as() method isn't privileged
    • #54: Issue manager specified in pom.xml is wrong
  • 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 if SecurityManager denies access.
  • Changes:
    • All stub interfaces have been "moved" to com.github.justhm228.jlatenter.latent.stub package. Their "previous locations" are now marked as deprecated.

What's Changed

Full Changelog: 0.1-build.1...0.1-build.2

0.1-build.1: Initial Release

10 Sep 06:58
Compare
Choose a tag to compare
Pre-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.

Full Changelog: https://github.com/JustHm228/JLatenter/commits/0.1-build.1