42 lines
1.4 KiB
Markdown
42 lines
1.4 KiB
Markdown
# Change Log
|
|
All notable changes to this project will be documented in this file. This change log follows the conventions of [keepachangelog.com](http://keepachangelog.com/).
|
|
|
|
## [Unreleased]
|
|
|
|
## [0.1.0] - 2017-05-02
|
|
|
|
### Changed
|
|
|
|
* Artifact coordinates changed from `day8.re-frame/abra` to `day8.re-frame/trace`.
|
|
|
|
## [0.0.9] - 2017-05-02
|
|
|
|
### Changed
|
|
|
|
* The preloads namespace now adds the tracing panel to the DOM automatically, so you don't need to change any of your app code to bring it in. [#14](https://github.com/Day8/re-frame-trace/pull/14) via [Dexter Gramfors](https://github.com/Dexterminator).
|
|
**Migration steps:** Remove any explicit rendering instructions for `day8.re-frame.trace/devtools` in your app, as this is automatically added now.
|
|
|
|
## [0.0.8] - 2017-04-13
|
|
|
|
### Added
|
|
|
|
* There is now a preload namespace you can use to configure re-frame-trace. Install details are in the README.md. [#13](https://github.com/Day8/re-frame-trace/pull/13) via [Dexter Gramfors](https://github.com/Dexterminator).
|
|
|
|
## [0.0.7] - 2017-04-13
|
|
|
|
This was a botched deploy. See 0.0.8.
|
|
|
|
## [0.0.6 - 2017-03-28]
|
|
|
|
### Added
|
|
|
|
* Added getting started instructions to README.
|
|
|
|
|
|
|
|
|
|
[Unreleased]: https://github.com/your-name/keen/compare/0.0.8...HEAD
|
|
[0.0.8]: https://github.com/your-name/keen/compare/0.0.7...0.0.8
|
|
[0.0.7]: https://github.com/your-name/keen/compare/0.0.6...0.0.7
|
|
[0.0.6]: https://github.com/your-name/keen/compare/0.0.5...0.0.6
|