Skip to content

Releases: aplteam/APLTreeUtils

⎕C is used in 18.0+ by Lowercase and Uppercase

27 Mar 15:08
Compare
Choose a tag to compare

`WriteUtf8File` has been made more robust

06 Jun 16:09
Compare
Choose a tag to compare

WriteUtf8File has been made more robust in case a race condition prevents it from accessing a file

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

21 Mar 18:34
Compare
Choose a tag to compare
v6.0.0

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

"FindPath" redefined

03 Mar 17:50
Compare
Choose a tag to compare
v5.0.0

FindPath revisited

Method `toNum` added; `FindPath` is ready for a package manager now

28 Nov 19:33
Compare
Choose a tag to compare
v4.3.0

Method ToNum added and made ready for package manager (FindPath)

Several improvements on GoToWegPage

12 Jun 08:36
Compare
Choose a tag to compare
  • GoToWebPage crashed on filenames with spaces.
  • GoToWebPage crashed when a specific web web browser EXE was specified via the left argument.
  • GoToWebPage catches any domain errors now. The explicit result which so far has always been is now 1 (success) or 0 (failure).
  • GoToWebPage: the default protocol is now https rather than http.

Bug fix in GoToWebPage

16 May 14:44
Compare
Choose a tag to compare

GoToWebPage had a problem with local files when run from Ride.

First release on GitHub

15 Feb 18:37
Compare
Choose a tag to compare

Minor improvement regarding the documentation and a fixed test case but mainly just a conversion from the APL wiki to GitHub.

Pre-GitHub releases:

  • 4.1.1
    • Very serious performance issue fixed in WriteUtf8File with "append".
      Bug fixes:
    • GoToWebPage worked on a Mac only when connected to Ride.
    • Test case 998 crashed on the Mac.
  • 4.1.0
    • Now managed by acre 3.
  • 4.0.2
    • Documentation improved.
  • 4.0.1
    • Bug fix: call to GetOperatingSystem was incorrectly addressing APLTreeUtils relatively.
  • 4.0.0
    • Tidied up: several functions got removed
    • This version uses 15.0-features. It's not backwards-compatible!