Skip to content

Releases: aplteam/Logger

Version 6.0.0

Choose a tag to compare

@aplteam aplteam released this 09 Apr 09:02
  • Potentially breaking: Version now returns a char vector stemming from the package config file
  • Packages updated
  • "Make" improved

To be consumed as a Tatin package from https://tatin.dev

Package config corrected; uses packages itself now

Choose a tag to compare

@aplteam aplteam released this 08 Mar 19:55

Consume as a Tatin package from https://tatin.dev

Requires 18.0 and comes as a Tatin package

Choose a tag to compare

@aplteam aplteam released this 19 Jan 19:19
  • 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

Choose a tag to compare

@aplteam aplteam released this 23 Mar 07:52
v4.0.0

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

Referring dependencies has changed

Choose a tag to compare

@aplteam aplteam released this 03 Mar 17:55
  • 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

Choose a tag to compare

@aplteam aplteam released this 01 Dec 11:14
v2.5.2

Finding dependencies improved

:Include APLTreeUtils fixed

Choose a tag to compare

@aplteam aplteam released this 18 Feb 12:16
v2.5.1

:Include APLTreeUtils fixed

First release on GitHub

Choose a tag to compare

@aplteam aplteam released this 19 Feb 21:23

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.