slugify 1.0.0 copy "slugify: ^1.0.0" to clipboard
slugify: ^1.0.0 copied to clipboard

outdated

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.

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
48
likes
35
points
34.9k
downloads

Publisher

unverified uploader

Weekly Downloads

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

Repository (GitHub)
View/report issues

Documentation

Documentation

License

MIT (license)

More

Packages that depend on slugify