2019-08-26 02:24:35 +00:00
|
|
|
# Changelog
|
|
|
|
|
|
|
|
This project uses Semantic Versioning
|
|
|
|
|
2020-07-24 19:41:59 +00:00
|
|
|
## 0.3.1
|
|
|
|
|
|
|
|
* Do not register exit flush if there is no storage file specified
|
|
|
|
|
2020-03-28 05:03:16 +00:00
|
|
|
## 0.3.0
|
|
|
|
|
2020-07-24 19:41:59 +00:00
|
|
|
* Added get_raw_json
|
|
|
|
* Improved code formatting
|
|
|
|
* Switched to setuptools
|
2020-03-28 05:03:16 +00:00
|
|
|
|
2019-09-08 08:47:59 +00:00
|
|
|
## 0.2.0
|
|
|
|
|
|
|
|
Added automatic creation of path for file writing
|
|
|
|
|
2019-08-26 02:24:35 +00:00
|
|
|
## 0.1.1
|
|
|
|
|
2020-07-24 19:41:59 +00:00
|
|
|
### Added:
|
2019-08-26 02:24:35 +00:00
|
|
|
|
2020-07-24 19:41:59 +00:00
|
|
|
* flush_on_exit: default argument to write to file on python close
|
|
|
|
* changelog file
|
2019-08-26 02:24:35 +00:00
|
|
|
|
2020-07-24 19:41:59 +00:00
|
|
|
### Changed:
|
2019-08-26 02:24:35 +00:00
|
|
|
|
2020-07-24 19:41:59 +00:00
|
|
|
* Readme to correctly reflect public function count
|
2019-08-26 02:24:35 +00:00
|
|
|
|
|
|
|
## 0.0.1
|
|
|
|
|
|
|
|
Initial release
|