Skip to content

Releases: aplteam/APLTreeUtils

⎕C is used in 18.0+ by Lowercase and Uppercase

Choose a tag to compare

@aplteam aplteam released this 27 Mar 15:08
v6.1.0

⎕C introduced for 18.0+

`WriteUtf8File` has been made more robust

Choose a tag to compare

@aplteam aplteam released this 06 Jun 16:09

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

Choose a tag to compare

@aplteam aplteam released this 21 Mar 18:34
v6.0.0

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

"FindPath" redefined

Choose a tag to compare

@aplteam aplteam released this 03 Mar 17:50
v5.0.0

FindPath revisited

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

Choose a tag to compare

@aplteam aplteam released this 28 Nov 19:33
v4.3.0

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

Several improvements on GoToWegPage

Choose a tag to compare

@aplteam aplteam released this 12 Jun 08:36
  • 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

Choose a tag to compare

@aplteam aplteam released this 16 May 14:44

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

First release on GitHub

Choose a tag to compare

@aplteam aplteam released this 15 Feb 18:37

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!