Skip to content

Commit

Permalink
Merge branch 'docs' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
MilesPong committed Jan 29, 2018
2 parents b003631 + 83a8dd7 commit f4a2ddc
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 12 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down
24 changes: 12 additions & 12 deletions TODO.md
Original file line number Diff line number Diff line change
@@ -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)

0 comments on commit f4a2ddc

Please sign in to comment.