slugify 2.0.0 copy "slugify: ^2.0.0" to clipboard
slugify: ^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-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
40
likes
135
pub points
95%
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 slugify