Skip to content

Latest commit

 

History

History
76 lines (61 loc) · 1.86 KB

CHANGELOG.md

File metadata and controls

76 lines (61 loc) · 1.86 KB

Changelog

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.

[0.3.1-alpha] - 2019-03-19

Added

  • DSL methods below to AppDir instance
    • userDownloads
    • userDesktop
    • userDocuments
    • userMusic
    • userPictures
    • userVideos

Changed

  • DSL API section in the documentations accordingly

[0.3.0-alpha] - 2019-03-19

Added

  • Methods below to AppDirs instance
    • getUserDownloadsDir
    • getUserDesktopDir
    • getUserDocumentsDir
    • getUserMusicDir
    • getUserPicturesDir
    • getUserVideosDir

Changed

  • Documentation theme from readthedocs to material
  • Updated documentation with new features

[0.2.1-alpha] - 2019-03-18

Changed

  • dir, file signature to root, parent, file in DSL methods.
  • Documentations accordingly.

[0.2.0-alpha] - 2019-03-18

Added

  • New DSL API
  • Documentation for DSL API

Removed

  • Recipes section in documentation

[0.1.5-alpha] - 2019-03-17

Changed

  • Moved AppDirs interface from package root to appdirs package
  • Now all AppDirs instance methods return Path instead of String
  • appAuthor argument on AppDirs methods is now String? instead of String
  • Documentation related to changes
  • Added Recipes > Permissions section to the documentation

Removed

  • local argument on AppDirs::getSiteConfigDir

[0.1.4-prealpha] - 2019-03-16

Added

  • Docstrings

[0.1.3-SNAPSHOT] - 2019-03-16

Added

  • Documentation

[0.1.2-SNAPSHOT] - 2019-03-16

Added

  • Support for Windows.

[0.1.1-SNAPSHOT] - 2019-03-15

Added

  • Support for OSX.

[0.1.0-SNAPSHOT] - 2019-03-15

Added

  • Support for *nix based systems (exluding OSX).