Releases: aplteam/Logger
Releases · aplteam/Logger
Package config corrected; uses packages itself now
Consume as a Tatin package from https://tatin.dev
Requires 18.0 and comes as a Tatin package
- 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
- Does not
BREAKING CHANGE: File extension is now .aplc rather than .dyalog
v4.0.0 BREAKING CHANGE: file extension is now .aplc rather than .dyalog
Referring dependencies has changed
refToUtils
removed. Dependencies are now expected to be siblings ofLogger
. This is a potentially braking change.- ANSI Encoding stumbled over the
^
character and added an unnessecary warning to the log
Finding dependencies improved
v2.5.2 Finding dependencies improved
:Include APLTreeUtils fixed
v2.5.1 :Include APLTreeUtils fixed
First release on GitHub
First release on GitHub after converting from the APL wiki to GitHub.
Pre-GitHub releases:
- 2.3.0
- New method
CreateParms
introduced which bringsLogger
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
thenList
for the same reason.
- New method