Skip to content

Releases: aplteam/Logger

Package config corrected; uses packages itself now

08 Mar 19:55
Compare
Choose a tag to compare

Requires 18.0 and comes as a Tatin package

19 Jan 19:19
Compare
Choose a tag to compare
  • BREAKING CHANGES:
    • Requires at least Dyalog 18.0
    • Requires the class APLTreeUtils2
    • Now delivered as a Tatin package
  • Documentation improved
  • Internal changes:
    • Does not :Include APLTreeUtils anymore
    • Uses ⎕ML←1

BREAKING CHANGE: File extension is now .aplc rather than .dyalog

23 Mar 07:52
Compare
Choose a tag to compare
v4.0.0

BREAKING CHANGE: file extension is now .aplc rather than .dyalog

Referring dependencies has changed

03 Mar 17:55
Compare
Choose a tag to compare
  • refToUtils removed. Dependencies are now expected to be siblings of Logger. This is a potentially braking change.
  • ANSI Encoding stumbled over the ^ character and added an unnessecary warning to the log

Finding dependencies improved

01 Dec 11:14
Compare
Choose a tag to compare
v2.5.2

Finding dependencies improved

:Include APLTreeUtils fixed

18 Feb 12:16
Compare
Choose a tag to compare
v2.5.1

:Include APLTreeUtils fixed

First release on GitHub

19 Feb 21:23
Compare
Choose a tag to compare

First release on GitHub after converting from the APL wiki to GitHub.

Pre-GitHub releases:

  • 2.3.0
    • New method CreateParms introduced which brings Logger in line with all other members
      of the APLTree project. CreateProperySpace is deprecated now but is still available.
    • The internal function in the namepsace created by CreateParms is now named ∆List rather
      then List for the same reason.