wikijs-fork/CHANGELOG.md

34 lines
1.0 KiB
Markdown
Raw Normal View History

2017-02-09 01:52:37 +00:00
# Change Log
All notable changes to this project will be documented in this file.
2017-02-09 01:52:37 +00:00
This project adheres to [Semantic Versioning](http://semver.org/).
## [Unreleased]
2017-02-10 18:13:40 +00:00
## [v1.0-beta.3] - 2017-02-10
2017-02-09 01:52:37 +00:00
### Added
- Change log
- Added .editorconfig, .eslintrc.json and .pug-lintrc.json for code linting
2017-02-10 06:43:26 +00:00
- Added Create / Authorize User feature
2017-02-10 18:13:40 +00:00
- Added Delete / De-authorize User feature
2017-02-10 06:43:26 +00:00
- Added Login as... button to Forbidden page
2017-02-09 01:52:37 +00:00
### Fixed
- Fixed issue with social accounts with empty name
- Fixed standard error page styling
2017-02-09 01:52:37 +00:00
### Changed
- Updated dependencies + snyk policy
- Conversion to Standard JS compliant code
2017-02-10 18:13:40 +00:00
- Accounts that are not pre-authorized are no longer added with no rights
2017-02-09 01:52:37 +00:00
## [v1.0-beta.2] - 2017-01-30
### Added
- Save own profile under My Account
### Changed
- Updated dependencies + snyk policy
2017-02-10 18:13:40 +00:00
[Unreleased]: https://github.com/Requarks/wiki/compare/v1.0-beta.3...HEAD
[v1.0-beta.3]: https://github.com/Requarks/wiki/releases/tag/v1.0-beta.3
[v1.0-beta.2]: https://github.com/Requarks/wiki/releases/tag/v1.0-beta.2