forked from enviPath/enviPy
61 lines
1.7 KiB
Markdown
61 lines
1.7 KiB
Markdown
# Change Log
|
|
|
|
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
|
|
|
<a name="0.4.11"></a>
|
|
## [0.4.11](https://github.com/medikoo/memoizee/compare/v0.4.10...v0.4.11) (2017-09-11)
|
|
|
|
|
|
### Bug Fixes
|
|
|
|
* _get and _has internal args handling. ([7cb1c7a](https://github.com/medikoo/memoizee/commit/7cb1c7a)), closes [#88](https://github.com/medikoo/memoizee/issues/88)
|
|
|
|
|
|
|
|
<a name="0.4.10"></a>
|
|
## [0.4.10](https://github.com/medikoo/memoizee/compare/v0.4.9...v0.4.10) (2017-09-07)
|
|
|
|
|
|
### Bug Fixes
|
|
|
|
* remove then:finally mode as it can't work right ([5b79698](https://github.com/medikoo/memoizee/commit/5b79698))
|
|
|
|
|
|
|
|
<a name="0.4.9"></a>
|
|
## [0.4.9](https://github.com/medikoo/memoizee/compare/v0.4.8...v0.4.9) (2017-08-29)
|
|
|
|
|
|
|
|
<a name="0.4.8"></a>
|
|
## [0.4.8](https://github.com/medikoo/memoizee/compare/v0.4.7...v0.4.8) (2017-08-29)
|
|
|
|
|
|
|
|
<a name="0.4.7"></a>
|
|
## [0.4.7](https://github.com/medikoo/memoizee/compare/v0.4.6...v0.4.7) (2017-08-29)
|
|
|
|
|
|
### Features
|
|
|
|
* improve 'promise' mode handling ([759e315](https://github.com/medikoo/memoizee/commit/759e315))
|
|
* improve internal promise validation ([d23b94f](https://github.com/medikoo/memoizee/commit/d23b94f))
|
|
|
|
|
|
|
|
<a name="0.4.6"></a>
|
|
## [0.4.6](https://github.com/medikoo/memoizee/compare/v0.4.5...v0.4.6) (2017-08-24)
|
|
* `profileName` option for naming memoizee instances in profile output
|
|
|
|
|
|
<a name="0.4.5"></a>
|
|
## [0.4.5](https://github.com/medikoo/memoizee/compare/v0.4.4...v0.4.5) (2017-05-10)
|
|
|
|
|
|
### Bug Fixes
|
|
|
|
* resolution of extensions with weak handling ([f29a97b](https://github.com/medikoo/memoizee/commit/f29a97b)), closes [#79](https://github.com/medikoo/memoizee/issues/79)
|
|
|
|
## Old changelog
|
|
|
|
See `CHANGES` |