All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Publish null-safe version
- Rename top-level definition to
slugify
fromSlugify
- Conform to effective dart lint rules
- Environment to pubspec
- Ampersand to replacements
- Vietnamese replacements (thanks @lyquocnam)
- Update package to Dart 2
- Replace
unittest
package withtest
- Refactor class to top-level function
- Rewrite tests
- Add version constraint for test package
- Code formatting with dartfmt
- Set return type on
Slugify.slugify()
- documentation
- Unit tests
- Examples
- Initial commit