|
| 1 | +v3.8.3 / 2021-10-24 |
| 2 | +=================== |
| 3 | + |
| 4 | + * bump version |
| 5 | + * feat: reproduce the error in the test (#90) |
| 6 | + * Feat/version (#88) |
| 7 | + * Feat/docs theme change (#87) |
| 8 | + * Feat/docs theme change (#86) |
| 9 | + * Feat/docs theme change (#85) |
| 10 | + * Feat/docs theme change (#84) |
| 11 | + * Feat/docs theme change (#83) |
| 12 | + * feat: update the docs theme (#82) |
| 13 | + |
| 14 | +v3.8.0 / 2021-10-07 |
| 15 | +=================== |
| 16 | + |
| 17 | + * Feat/security improvements (#81) |
| 18 | + * :arrow_up: feat: python 3.10 released (#79) |
| 19 | + |
| 20 | +v3.7.0 / 2021-09-11 |
| 21 | +=================== |
| 22 | + |
| 23 | + * :bookmark: feat: final release for v3.7.0 |
| 24 | + * :bookmark: feat: bump version |
| 25 | + |
| 26 | +v3.7.0beta2 / 2021-09-10 |
| 27 | +======================== |
| 28 | + |
| 29 | + * Feat/cleanup and deprecation fix (#78) |
| 30 | + * item ommision (#76) |
| 31 | + * Create FUNDING.yml |
| 32 | + |
| 33 | +v3.7.0beta1 / 2021-08-28 |
| 34 | +======================== |
| 35 | + |
| 36 | + * Feat/fork and update dict2xml (#75) |
| 37 | + * chore(deps-dev): bump pip from 18.1 to 19.2 (#73) |
| 38 | + * Delete .travis.yml |
| 39 | + * chore(deps-dev): bump lxml from 4.6.2 to 4.6.3 (#68) |
| 40 | + * Bump lxml from 4.1.1 to 4.6.2 (#66) |
| 41 | + |
| 42 | +v3.6.0 / 2020-11-12 |
| 43 | +=================== |
| 44 | + |
| 45 | + * Feat/wip exceptions (#65) |
| 46 | + * Add .deepsource.toml |
| 47 | + * feat: upgrade the actions |
| 48 | + * feat: try & support more os and python versions |
| 49 | + * Update pythonpackage.yml |
| 50 | + |
| 51 | +v3.5.0 / 2020-08-24 |
| 52 | +=================== |
| 53 | + |
| 54 | + * feat: remove six as dependency as we are python3 only, resolves #60 (#61) |
| 55 | + * feat: update makefile for the correct command |
| 56 | + |
| 57 | +v3.4.1 / 2020-06-10 |
| 58 | +=================== |
| 59 | + |
| 60 | + * fix: issues with pypi release and bump version |
| 61 | + * Feat/attr type docs (#58) |
| 62 | + * fix: conflicts |
| 63 | + * Feat/attr type docs (#57) |
| 64 | + * Merge github.com:vinitkumar/json2xml |
| 65 | + * Update json2xml.py (#56) |
| 66 | + * Merge github.com:vinitkumar/json2xml |
| 67 | + * feat: fix typo in the readme |
| 68 | + |
| 69 | +v3.3.3 / 2020-02-05 |
| 70 | +=================== |
| 71 | + |
| 72 | + * Update README.rst |
| 73 | + * fix: issue with pypi uploads |
| 74 | + * fix: version |
| 75 | + * bump version |
| 76 | + * Update pythonpackage.yml |
| 77 | + * Refactor/prospector cleanup (#50) |
| 78 | + * Update pythonpackage.yml |
| 79 | + * Create pythonpackage.yml |
| 80 | + * Update README.rst |
| 81 | + * fix: typo in readme |
| 82 | + * bump version |
| 83 | + * Feature/attribute support (#48) |
| 84 | + * Feature/attribute support (#47) |
| 85 | + * chore: bump version |
| 86 | + * fix: remove print statement in json read because it confuses people |
| 87 | + * fix typo in readme |
| 88 | + |
| 89 | +v3.0.0 / 2019-02-26 |
| 90 | +=================== |
| 91 | + |
| 92 | + * Fix/coveralls (#43) |
| 93 | + * update coverage report (#42) |
| 94 | + * Merge pull request #41 from vinitkumar/fix/coveralls |
| 95 | + * add python coveralls |
| 96 | + * Merge pull request #40 from vinitkumar/refactor/cookiecutter |
| 97 | + * update coverage |
| 98 | + * add image for coveralls |
| 99 | + * coverage and coveralls integrations |
| 100 | + * try and trigger coveralls too |
| 101 | + * fix code block in readme |
| 102 | + * add doc about custom wrapper |
| 103 | + * try at reducing the dependencies |
| 104 | + * add tests for custom wrappers as well |
| 105 | + * add tests for actualy dict2xml conversion |
| 106 | + * fix: remove missing import |
| 107 | + * fix: code syntax highlight in the readme again |
| 108 | + * fix: code syntax highlight in the readme again |
| 109 | + * fix: code syntax highlight in the readme |
| 110 | + * chore: update readme with code samples |
| 111 | + * test: add testcases for the different utils method |
| 112 | + * remove unused imports |
| 113 | + * check the third method for generating dict from json string too |
| 114 | + * run correct test files |
| 115 | + * fix tests |
| 116 | + * update requirements and setuptools |
| 117 | + * refactor the module into more maintainable code |
| 118 | + * chore: add boilerplate |
| 119 | + * remove all legacy |
| 120 | + * Fix/cleanup (#38) |
| 121 | + * cleanup: remove unused modules (#37) |
| 122 | + * Merge pull request #35 from vinitkumar/improve-structure |
| 123 | + * cleanup |
| 124 | + * one again try to get the build working |
| 125 | + * travis need full version for latest supported python |
| 126 | + * do not hardcode version in a series |
| 127 | + * update grammar |
| 128 | + * fix conflicts |
| 129 | + * Update LICENSE |
| 130 | + * cleanup readme |
| 131 | + * remove cli |
| 132 | + * some cleanup and update the tests |
| 133 | + * Update readme.md |
| 134 | + * Cleanup Readme.md |
| 135 | + * Update issue templates |
| 136 | + * fix vulnerabilities in requests |
| 137 | + |
| 138 | +n.n.n / 2021-10-24 |
| 139 | +================== |
| 140 | + |
| 141 | + |
| 142 | + |
| 143 | +n.n.n / 2021-10-24 |
| 144 | +================== |
| 145 | + |
| 146 | + |
1 | 147 | ======= |
2 | 148 | History |
3 | 149 | ======= |
|
0 commit comments