slugify_string 2.0.0 copy "slugify_string: ^2.0.0" to clipboard
slugify_string: ^2.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.

[2.0.0] - 2021-03-17 #

Changed #

  • Update to support null safety

[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
3
likes
125
pub points
43%
popularity

Publisher

verified publishermadewithfelt.com

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

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

More

Packages that depend on slugify_string