Update changelog
This commit is contained in:
parent
3d5e0be2fe
commit
3d9c31c084
|
@ -5,6 +5,12 @@ All notable changes to 'byjove' will be documented in this file.
|
|||
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
|
||||
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
|
||||
|
||||
## [0.1.7] - 2020-02-26
|
||||
### Changed
|
||||
- Consolidate some perm check logic.
|
||||
- Make sure we never ask for page 0 when fetching model index data.
|
||||
- Tweak how/when Edit and Delete buttons are shown for model-crud.
|
||||
|
||||
## [0.1.6] - 2020-02-21
|
||||
### Changed
|
||||
- Add page-content-wrapper to main app template.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "byjove",
|
||||
"version": "0.1.6",
|
||||
"version": "0.1.7",
|
||||
"description": "Generic-ish app components for Vue.js frontend to Tailbone API backend",
|
||||
"keywords": [
|
||||
"rattail",
|
||||
|
|
Loading…
Reference in a new issue