Releases: aplteam/Cider
Releases · aplteam/Cider
Version 0.51.1
Fix for issue #129 including test cases.
To be consumed as a Tatin package, see https://tatin.dev
Version 0.51.0
]ListAliasesnow marks folders that are not available anymore (#92)- Aliases are now checked for starting with a letter followed by zero or more letters, digits, underscores or hyphens
- All JSON5-related stuff consolidated, see #110 for details
- Packages updated (
CommTools) - Documentation issues fixed: #109, #96, #89, #115
- Bug fixes
- In case of a .NET error while checking Git's status, the information available via
⎕EXCEPTIONwas not provided - On non-Windows platforms,
]ListAliases -scan=/path/2/projectsfailed due to an uppercase problem:
Cider looked for "Cider.config" when it should have looked for "cider.config" - ]Listaliases -scan=/path/2/projects worked only on Windows (#128)
- Output with
⎕←has been changed to⍞←...,⎕UCS 10for 20.0 with array notation on for output
- In case of a .NET error while checking Git's status, the information available via
Version 0.50.1
Bug fix for #127
Version 0.50.0
- New global Cider parameter
HandleLinkStopsintroduced OpenProjectandCloseProjectnow both honour the globalHandleLinkStopsif set- Cider's test cases are now resilient against
//in a file path, see∆GetTestPath NuGetpackage updated- Bug fixes
- When
CreateProjectopened the project it had just created, it printed a success msg twice - Comment in
OpenProjectcorrected: read "package" when it meant "project"
- When
To be consumed as a Tatin package from https://tatin.dev
Version 0.49.0
- Licenses of dependencies (
NOTICEfile) are now handled properly - Packages updated
- License issues fixed
- Bug fixes
- #125
- Test_UC_[100,101,200,201,202] fixed (_OK was not assigned when it should)
To be consumed as a Tatin package from https://tatin.dev
Version 0.48.3
Packages updated (APLProcess) and tests amended accordingly.
To be consumed as a Tatin package from https://tatin.dev
Version 0.48.2
- A rename operation in Tatin required a change in Cider's
InjectTatinVarsfunction - NuGet test cases needed attention
Version 0.48.1
- Reference added to all help pages regarding the full documentation
- Bug fixes
]Cider.Config -?provided incorrect information- #118, #119
- README corrected and polished
- Help for user commands corrected
]Cider.OpenProject's Help was wrong:watchis not a flagGetUserHomPathrenamed toGetUserHomePath- The "Sure you want to..." question asked by
]OpenProjectdid not honour the-importflag
To be consumed as a Tatin package from https://tatin.dev
Version 0.48.0
- Updating packages improved: now even later principal major versions can be handled if desired
- Reporting of later versions improved when opening a project
- Messages & checks in
]ProjectConfig -editimproved - Result of
InjectTatinVarshas changed ]ListTatinDependencies -fullimproved- Bug fixes
]ListTatinDependencies [alias] -fcrashed because the alias was not handledCreateConfigFilecrashed in case there is noLINKsection, which is not mandatory anymore- When a package that had a function on the "lx" config parameter was opened as a project, Cider did not check "lx", let alone execute it
]OpenProjectdid not check whether the source URL had changed when looking for the latest version- No package update was attempted for install folders for which the "=" syntax was used
To be consumed as a Tatin package from https://tatin.dev
Version 0.47.0
OpenProjectnow reports Git stashes if there are any- Several documentation issues fixed / amended
- Packages updated (CommTools)
- Bug fixes
- "assets" property in the package config file corrected: not "html" anymore but empty