From 83a8dd79ea9559d96c3beaaa7a3ca5f2504d6769 Mon Sep 17 00:00:00 2001 From: Miles Pong Date: Mon, 29 Jan 2018 15:56:33 +0800 Subject: [PATCH] Update docs for next release --- CHANGELOG.md | 28 ++++++++++++++++++++++++++++ TODO.md | 24 ++++++++++++------------ 2 files changed, 40 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c52a79..145f15a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,34 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ### Fixed +## 0.4.0 - 2018-01-29 +### Added +- Multiple mix support +- Materialize-css views in dashboard +- Vue support +- BackendController +- API resources(new feature in L5.5) +- Criteria support of Repository + +### Changed +- Upgrade to L5.5 +- Update materialize-css to latest 'next' version +- NPM packages +- Route names +- PHPDoc with full qualified namespace +- Refactor Repository and concrete +- FormRequest +- Refactor Repository(`4c87f6e`) +- MarkDownParser +- Upgrade composer packages + +### Removed +- AdminLTE views +- Unnecessary fields of Post + +### Fixed +- Fix previous and next post bug + ## 0.3.0 - 2017-12-10 ### Added - Visitor history and base counter. See branch `counter` and `visitor` diff --git a/TODO.md b/TODO.md index 1c2a6c1..7950c1b 100644 --- a/TODO.md +++ b/TODO.md @@ -1,36 +1,36 @@ -# Todo list of project +# Todo list -## Backend +## Recent - [x] Category - [x] Tag - [x] Comment - [x] Visitor & view count(use Middleware) -- [x] Cache +- [ ] Cache - [ ] Email - [ ] Notification - [ ] Socialite - [ ] Wechat related -- [ ] Schedule(backup,stat,) +- [ ] Schedule(backup,stats) - [ ] I18N - [ ] Highlight tab - [ ] Links - [x] Settings - [ ] File management - [x] Feature image -- [ ] Flash session - -## Frontend - +- [ ] Single Page(about page) - [x] Materialize css - [ ] Search - [ ] Websocket -## Future +## Future or Enhance -- [ ] Refactor views with VueJs +- [x] Refactor views with VueJs - [ ] API - [ ] Package - [ ] Unit test -- [ ] Pjax -- [ ] Upgrade to Laravel 5.5 +- [x] Upgrade to Laravel 5.5 +- [ ] Image resize +- [ ] CDN +- [ ] All todo +- [ ] Post edit(dynamic tags, image preview)