Skip to content

0.5.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@james-pre james-pre released this 02 Apr 13:26
· 903 commits to main since this release
25bb521
  • Replaced FileFlag with functions
    • Parameters changed from FileFlag to string
    • flagToMode, isReadable, isWriteable, isAppendable, isTruncating, isSynchronous, isExclusive, pathExistsAction, and pathNotExistsAction take a single flag argument, which is a string.
    • getMode renamed to flagToMode
    • StringOf renamed to flagToString
    • NumberOf renamed to flagToNumber
    • Get changed to parseFlag
  • Changed Cred from a class to an interface
  • Changed Cred.Root to rootCred