All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- DSL methods below to
AppDir
instanceuserDownloads
userDesktop
userDocuments
userMusic
userPictures
userVideos
- DSL API section in the documentations accordingly
- Methods below to
AppDirs
instancegetUserDownloadsDir
getUserDesktopDir
getUserDocumentsDir
getUserMusicDir
getUserPicturesDir
getUserVideosDir
- Documentation theme from
readthedocs
tomaterial
- Updated documentation with new features
dir, file
signature toroot, parent, file
in DSL methods.- Documentations accordingly.
- New DSL API
- Documentation for DSL API
- Recipes section in documentation
- Moved
AppDirs
interface from package root toappdirs
package - Now all
AppDirs
instance methods returnPath
instead ofString
appAuthor
argument onAppDirs
methods is nowString?
instead ofString
- Documentation related to changes
- Added Recipes > Permissions section to the documentation
local
argument onAppDirs::getSiteConfigDir
- Docstrings
- Documentation
- Support for Windows.
- Support for OSX.
- Support for *nix based systems (exluding OSX).