Skip to content

Commit 517894d

Browse files
committed
Add changelog;
Update TODO list;
1 parent 50104d9 commit 517894d

File tree

4 files changed

+35
-11
lines changed

4 files changed

+35
-11
lines changed

.github_changelog_generator

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
project=json2python-models
2+
user=bogdandm

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ coverage.xml
1313
*.log
1414
*.tmp
1515
tmp.*
16+
.token
1617

1718
testing_tools/real_apis/*/
1819

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# Change Log
2+
3+
## [v0.1b1](https://github.com/bogdandm/json2python-models/tree/v0.1b1) (2018-11-27)
4+
[Full Changelog](https://github.com/bogdandm/json2python-models/compare/v0.1a1...v0.1b1)
5+
6+
- Bug fixes
7+
8+
**Merged pull requests:**
9+
10+
- Add --dict-keys-regex and --dict-keys-fields arguments [\#11](https://github.com/bogdandm/json2python-models/pull/11) ([bogdandm](https://github.com/bogdandm))
11+
12+
## [v0.1a1](https://github.com/bogdandm/json2python-models/tree/v0.1a1) (2018-11-27)
13+
**Merged pull requests:**
14+
15+
- Cli [\#10](https://github.com/bogdandm/json2python-models/pull/10) ([bogdandm](https://github.com/bogdandm))
16+
- Dict key as data [\#9](https://github.com/bogdandm/json2python-models/pull/9) ([bogdandm](https://github.com/bogdandm))
17+
- Datetime parsing [\#7](https://github.com/bogdandm/json2python-models/pull/7) ([bogdandm](https://github.com/bogdandm))
18+
- Optimization [\#5](https://github.com/bogdandm/json2python-models/pull/5) ([bogdandm](https://github.com/bogdandm))
19+
- Attrs [\#4](https://github.com/bogdandm/json2python-models/pull/4) ([bogdandm](https://github.com/bogdandm))
20+
- Absolute forward ref [\#3](https://github.com/bogdandm/json2python-models/pull/3) ([bogdandm](https://github.com/bogdandm))
21+
- Models code generation [\#2](https://github.com/bogdandm/json2python-models/pull/2) ([bogdandm](https://github.com/bogdandm))
22+
- Travis [\#1](https://github.com/bogdandm/json2python-models/pull/1) ([bogdandm](https://github.com/bogdandm))
23+
24+
25+
26+
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*

TODO.md

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -36,16 +36,13 @@
3636
- [X] ISO date
3737
- [X] ISO time
3838
- [X] ISO datetime
39-
- [ ] Cli tool
39+
- [X] Cli tool
4040

4141
- Testing
4242
- Models layer
43-
- [X] Data variant converting
44-
- [X] Data variant merging
4543
- [X] Create and register models
4644
- [X] Test pointers in the models registry
4745
- [ ] Test whats going on with strict/non-strict merging
48-
- [X] Merge meta-models and extract common ones
4946
- [ ] Save meta-models as python code
5047
- [X] typing code generation
5148
- [X] attrs
@@ -57,16 +54,14 @@
5754
- [ ] Implement existing models registration
5855
- [ ] attrs
5956
- [ ] dataclasses
60-
- [X] String based types
61-
- [X] ISO date
62-
- [X] ISO time
63-
- [X] ISO datetime
6457

6558
- Build, Deploy, CI
66-
- [ ] setup.py
67-
- [ ] setup.py + pytest integration
59+
- [X] setup.py
60+
- [X] setup.py + pytest integration
6861
- [X] TravisCI integration
69-
- [ ] pip package
62+
- [X] pip package
63+
- [x] Codacy integration
64+
- [x] CoverAll integration
7065

7166
- Long term plans
7267
- API Layer

0 commit comments

Comments
 (0)