slugify3 3.0.0 copy "slugify3: ^3.0.0" to clipboard
slugify3: ^3.0.0 copied to clipboard

Converts a string into a slug. Useful for URLs, filenames, IDs, and more.

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.

[3.0.0] #

Changed #

  • Migrate to null-safety
  • Add extension method
  • Split off from original Slugify package (original hasn't been updated for some time).

[2.0.0] #

Changed #

  • Change exposed function name to lowercase
  • Conform to effective_dart analysis

[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
0
likes
115
pub points
17%
popularity

Publisher

unverified uploader

Converts a string into a slug. Useful for URLs, filenames, IDs, and more.

Repository (GitHub)
View/report issues

Documentation

Documentation
API reference

License

MIT (LICENSE)

More

Packages that depend on slugify3