Skip to content

Commit

Permalink
Add changelog;
Browse files Browse the repository at this point in the history
Update TODO list;
  • Loading branch information
bogdandm committed Nov 28, 2018
1 parent 50104d9 commit 517894d
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 11 deletions.
2 changes: 2 additions & 0 deletions .github_changelog_generator
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
project=json2python-models
user=bogdandm
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ coverage.xml
*.log
*.tmp
tmp.*
.token

testing_tools/real_apis/*/

Expand Down
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Change Log

## [v0.1b1](https://github.com/bogdandm/json2python-models/tree/v0.1b1) (2018-11-27)
[Full Changelog](https://github.com/bogdandm/json2python-models/compare/v0.1a1...v0.1b1)

- Bug fixes

**Merged pull requests:**

- Add --dict-keys-regex and --dict-keys-fields arguments [\#11](https://github.com/bogdandm/json2python-models/pull/11) ([bogdandm](https://github.com/bogdandm))

## [v0.1a1](https://github.com/bogdandm/json2python-models/tree/v0.1a1) (2018-11-27)
**Merged pull requests:**

- Cli [\#10](https://github.com/bogdandm/json2python-models/pull/10) ([bogdandm](https://github.com/bogdandm))
- Dict key as data [\#9](https://github.com/bogdandm/json2python-models/pull/9) ([bogdandm](https://github.com/bogdandm))
- Datetime parsing [\#7](https://github.com/bogdandm/json2python-models/pull/7) ([bogdandm](https://github.com/bogdandm))
- Optimization [\#5](https://github.com/bogdandm/json2python-models/pull/5) ([bogdandm](https://github.com/bogdandm))
- Attrs [\#4](https://github.com/bogdandm/json2python-models/pull/4) ([bogdandm](https://github.com/bogdandm))
- Absolute forward ref [\#3](https://github.com/bogdandm/json2python-models/pull/3) ([bogdandm](https://github.com/bogdandm))
- Models code generation [\#2](https://github.com/bogdandm/json2python-models/pull/2) ([bogdandm](https://github.com/bogdandm))
- Travis [\#1](https://github.com/bogdandm/json2python-models/pull/1) ([bogdandm](https://github.com/bogdandm))



\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
17 changes: 6 additions & 11 deletions TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,16 +36,13 @@
- [X] ISO date
- [X] ISO time
- [X] ISO datetime
- [ ] Cli tool
- [X] Cli tool

- Testing
- Models layer
- [X] Data variant converting
- [X] Data variant merging
- [X] Create and register models
- [X] Test pointers in the models registry
- [ ] Test whats going on with strict/non-strict merging
- [X] Merge meta-models and extract common ones
- [ ] Save meta-models as python code
- [X] typing code generation
- [X] attrs
Expand All @@ -57,16 +54,14 @@
- [ ] Implement existing models registration
- [ ] attrs
- [ ] dataclasses
- [X] String based types
- [X] ISO date
- [X] ISO time
- [X] ISO datetime

- Build, Deploy, CI
- [ ] setup.py
- [ ] setup.py + pytest integration
- [X] setup.py
- [X] setup.py + pytest integration
- [X] TravisCI integration
- [ ] pip package
- [X] pip package
- [x] Codacy integration
- [x] CoverAll integration

- Long term plans
- API Layer
Expand Down

0 comments on commit 517894d

Please sign in to comment.