Skip to content

Latest commit

 

History

History
42 lines (34 loc) · 941 Bytes

CHANGELOG.md

File metadata and controls

42 lines (34 loc) · 941 Bytes

Changelog

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.

[2.0.0] - 2021-03-28

Changed

  • Publish null-safe version
  • Rename top-level definition to slugify from Slugify
  • Conform to effective dart lint rules

[1.0.0] - 2019-04-23

Added

  • Environment to pubspec
  • Ampersand to replacements
  • Vietnamese replacements (thanks @lyquocnam)

Changed

  • Update package to Dart 2
  • Replace unittest package with test
  • Refactor class to top-level function
  • Rewrite tests
  • Add version constraint for test package
  • Code formatting with dartfmt

[0.1.1]

Changed

  • Set return type on Slugify.slugify()

[0.1.0]

Added

  • documentation

[0.0.2]

Added

  • Unit tests
  • Examples

[0.0.1]

Added

  • Initial commit