Skip to content

Release "Durian" 0.4.0

Choose a tag to compare

@smokingplaya smokingplaya released this 14 Oct 00:02
· 78 commits to production since this release
77073da

0.4.0 Durian

  • Added internal library atomic.config that allows creating flexible configurations for packages.
  • Fixed an issue in the Package class — the bind method didn’t return the registrationId.
  • Added three new methods to the Package class — newClass, registerClass, and getClass.
  • Fixed atomic version check for Package.
  • Fixed dependency check for Package.
  • Added a new logging level — Trace.
  • Logger now writes file includes at the Trace level.
  • Added the getcaller function to the debug library.
  • The atomic.package.get function now supports semver.
  • Added a custom "meta" method __classname to the Atomic.Class class.
  • Changes in the table.debug function — it now outputs the class name.