Current section
Files
Jump to
Current section
Files
text_delta
CHANGELOG.md
CHANGELOG.md
# Change Log
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).
## [Unreleased]
## [1.0.1] - 2017-03-23
### Added
- Test cases for string-keyed maps as attributes
- More context and information to Readme
- Changelog
### Changed
- Improved documentation across modules
- Cleaned up code to follow [Elixir Style Guide](https://github.com/christopheradams/elixir_style_guide)
## [1.0.0] - 2017-03-18
### Added
- Delta construction and manipulation logic
- Attributes support in `insert` and `retain`
- Delta composition and transformation with attributes supported
[Unreleased]: https://github.com/everzet/text_delta/compare/v1.0.1...HEAD
[1.0.1]: https://github.com/everzet/text_delta/compare/v1.0.0...v1.0.1
[1.0.0]: https://github.com/everzet/text_delta/compare/cdaf5769ba3abb36aa6a6e2431662164a5a30945...v1.0.0