CHANGELOG.md in loaf-0.7.0 vs CHANGELOG.md in loaf-0.8.0
- old
+ new
@@ -1,7 +1,18 @@
# Change log
+## [v0.8.0] - 2018-08-07
+
+### Changed
+* Change Translation to skip translating nil and empty string
+* Change view extension to only lookup breadcrumb name translation
+* Remove Configuration #crumb_length and #capitalize options
+* Remove CrumbFormatter to skip truncating and formatting crumb names
+
+## Fix
+* Fix issue with breadcrumb names being modified
+
## [v0.7.0] - 2018-06-20
### Added
* Add test setup for Rails 5.2 by Bendon Muir(@brendon)
@@ -65,28 +76,28 @@
* Test Rails 3.2.x, 4.0, 4.1, 4.2
### Fixed
* Fix bug with url parameter to allow for regular rails path variables
-## [0.3.0] - 2012-02-25
+## [v0.3.0] - 2012-02-25
### Added
* Add loaf gem errors
* Add custom options validator for filtering invalid breadcrumbs params
* Add specs for isolated view testing.
### Changed
* Renamed main gem helpers for adding breadcrumbs from `add_breadcrumb` to
`breadcrumb`, both inside controllers and views.
-## [0.2.1] - 2012-02-22
+## [v0.2.1] - 2012-02-22
### Added
* Add more integration tests and fixed bug with adding breadcrumbs inside view
* Add specs for controller extensions
-## [0.2.0] - 2012-02-18
+## [v0.2.0] - 2012-02-18
### Added
* Add integration tests for breadcrumbs view rendering
* Add translation module for breadcrumbs title lookup
* Add breadcrumb formatting module with tests
@@ -98,9 +109,10 @@
## [v0.1.0] - 2011-10-22
* Initial implementation and release
+[v0.8.0]: https://github.com/piotrmurach/tty-spinner/compare/v0.7.0...v0.8.0
[v0.7.0]: https://github.com/piotrmurach/tty-spinner/compare/v0.6.2...v0.7.0
[v0.6.2]: https://github.com/piotrmurach/tty-spinner/compare/v0.6.1...v0.6.2
[v0.6.1]: https://github.com/piotrmurach/tty-spinner/compare/v0.6.0...v0.6.1
[v0.6.0]: https://github.com/piotrmurach/tty-spinner/compare/v0.5.0...v0.6.0
[v0.5.0]: https://github.com/piotrmurach/tty-spinner/compare/v0.4.0...v0.5.0