2018-01-07 02:38:01 +00:00
# Change Log
2018-02-04 15:23:02 +00:00
All notable changes to this project will be documented in this file. This change log follows the conventions of [keepachangelog.com ](http://keepachangelog.com/ ) and this project adheres to [Semantic Versioning ](http://semver.org/spec/v2.0.0.html ).
2018-01-07 02:38:01 +00:00
2018-02-05 12:04:25 +00:00
## [Unreleased]
2018-02-16 03:55:41 +00:00
### Changed
- Refactored the directory structure and build process to enable separate development and production resources.
2018-02-16 17:05:02 +00:00
- Enabled [Figwheel ](https://github.com/bhauman/lein-figwheel ) support for the development build.
2018-02-06 18:30:46 +00:00
2018-02-07 14:19:15 +00:00
## [1.1.2]
### Changed
2018-02-16 03:55:41 +00:00
- Revamped the whole build and package process to produce an artifact that meets Chrome and Firefox web store standards.
2018-02-07 14:19:15 +00:00
### Removed
2018-02-16 03:55:41 +00:00
- Removed unecessary permission requests and the custom CSP from the extension manifest, now that the build process enables that.
2018-02-07 14:19:15 +00:00
2018-02-06 21:07:58 +00:00
## [1.1.1] - 2018-02-06
2018-02-06 20:02:12 +00:00
### Changed
- Comments are now sorted by total number of descendant comments, not just number of immediate children.
2018-02-06 21:07:58 +00:00
## [1.1.0] - 2018-02-06
2018-02-06 03:03:08 +00:00
### Fixed
2018-02-06 18:30:46 +00:00
- Pointed the Firefox Add-On Store link in the readme to the right URL.
2018-02-06 18:32:29 +00:00
- Fixed project.clj so that the extension can be compiled with no additional profiles enabled.
2018-02-06 18:30:46 +00:00
### Removed
- Removed all analytics and usage tracking.
2018-02-06 02:41:33 +00:00
2018-02-06 21:07:58 +00:00
## [1.0.1] - 2018-02-05
2018-02-05 12:04:25 +00:00
### Added
2018-02-06 02:41:33 +00:00
- `lein build` alias to clean and compile JavaScript.
### Fixed
- Updated `manifest.json` version to match project version.
2018-02-05 12:04:25 +00:00
2018-02-04 15:23:02 +00:00
## [1.0.0] - 2018-02-04
2018-01-07 02:38:01 +00:00
### Added
2018-02-04 15:23:02 +00:00
- Functionality to fetch and display Hacker News comments for the current URL.
- Analytics through [Amplitude ](https://amplitude.com ).
2018-01-07 02:38:01 +00:00
2018-02-07 14:19:15 +00:00
[Unreleased]:https://github.com/jdormit/looped-in/compare/v1.1.2...HEAD
[1.1.2]: https://github.com/jdormit/looped-in/compare/v1.1.1...v1.1.2
2018-02-06 20:02:12 +00:00
[1.1.1]: https://github.com/jdormit/looped-in/compare/v1.1.0...v1.1.1
2018-02-06 18:30:46 +00:00
[1.1.0]: https://github.com/jdormit/looped-in/compare/v1.0.1...v1.0.0
2018-02-06 02:41:33 +00:00
[1.0.1]: https://github.com/jdormit/looped-in/compare/v1.0.0...v1.0.1
2018-02-06 18:30:46 +00:00
[1.0.0]: https://github.com/jdormit/looped-in/compare/9bf8d142c6a49b743da4b97574dfed0797dd5b2f...v1.0.0