提交学习笔记专用
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

55 lines
3.9 KiB

  1. Changelog
  2. =========
  3. - v14.0.1 Empty minified file; Thanks to https://github.com/redaxmedia
  4. - v14.0.0 Add Swedish #101 Thanks to https://github.com/simison
  5. - v13.0.0 Add Vietnamese missing charMap key #88; Thanks to https://github.com/aduycuong // [Bower] invalid-meta The "main" field cannot contain minified files #91 Thanks to https://github.com/stonio
  6. - v12.0.0 Georgian Support Added! #95 Thanks to https://github.com/vdanelia and support from https://github.com/redaxmedia // Improved README (yarn install option, https links, etc.) #97 Thanks to https://github.com/apepper // Move static maps outside getSlug (performance) #96 Thanks to https://github.com/kwiatkk1 // Improved docs - lang option can be string or boolean #89 Thanks to https://github.com/stonio
  7. - v11.0.0 #87 Add Finnish transliteration for symbols; #85 Added new currencies; #84 Update README.md; #83 Various czech language fixes;#82 Add lithuanian transliteration for symbols; Fix: Ω should be transliterated to O
  8. - v10.0.0 Add persian; Update dependencies
  9. - v9.0.0 fix of "Title Case error while accent on First Character for each word #72"
  10. - v8.0.2 fix the fix; problems with release v8.0.1 with building speakingurl-min.js
  11. - v8.0.1 merge #71 Improve sprockets fix
  12. - v8.0.0 Cleanup Russian transliteration to ICAO https://en.wikipedia.org/wiki/Romanization_of_Russian
  13. - v7.0.0 Add Dhivehi translations; thanks to https://github.com/jawish/;
  14. - v6.0.0 Add Catalan translations #64; thanks to https://github.com/alexandernst/; Add Finnish char map #65; thanks to https://github.com/jmheik/
  15. - v5.0.1 bugfix #62; thanks to https://github.com/jdiprizio
  16. - v5.0.0 add Ukranian #60, Latvian #57 symbol translations; update devDependencies
  17. - v4.0.0 add new 'symbols' option, now you can explicit disable converting symbols, but use 'lang' specific transliteration; add romanian chars/symbol translation #52
  18. - v3.0.0 add Romanian,Polish,Czech,Serbian,Latvian,Azerbaijani,add support for polish symbols
  19. - v2.0.0 update charmap with Vietnamese chars) thanks to Lê Anh Tuấn https://github.com/lATAl
  20. - v1.1.5 cleanup horror
  21. - v1.1.4 forgot to generate the v1.1.3 minified version, but nevermind, there wasn't any code changes ;-)
  22. - v1.1.3 cleanup
  23. - v1.1.2 add Rails asset pipeline support (thanks to @retrorubies / https://github.com/simi\)
  24. - v1.1.1 cleanup, update dev dependencies
  25. - v1.1.0 custom config can be an array, all chars are added to allowed chars
  26. - v1.0.0 fix #47; bumpup to semver ;-)
  27. - v0.20.0 add support for hungarian #45
  28. - v0.19.0 add support for burmese #44
  29. - v0.18.1 cleanup, update dev dependencies
  30. - v0.18.0 fix #43; add chars to turkish langCharMap; language specific character transliteration
  31. - v0.17.0 pass global to anonymous function #42
  32. - v0.16.0 add support for italian
  33. - v0.15.0 bugfix #38
  34. - v0.14.0 add support for turkish
  35. - v0.13.1 after publishing corrected 0.12.5, the 0.13.0 was unpublished WTF?
  36. - v0.13.0 not published
  37. - v0.12.5 reverted v0.12.3
  38. - v0.12.4 deprecated; change to map, mistakenly without bumpup minor version!
  39. - v0.12.3 switch to gulpjs
  40. - v0.12.2 corrupt gulpfile, not published to npm registry
  41. - v0.12.1 update devDep
  42. - v0.12.0 add support for Czech and Slovak
  43. - v0.11.0 add support for Vietnamese
  44. - v0.10.0 changes in greek transliteration mapping table
  45. - v0.9.1 add support for Dutch
  46. - v0.9.0 updated dev dependencies; because of dep. we are only compatible with node > 0.10.x
  47. - v0.8.4 last version compatible with node v0.8.x
  48. - v0.8.0 add feature to set 'lang' to true or false to deactivate symbol translation
  49. - v0.7.0 add titleCase feature #26
  50. - v0.6.0 add symbol translation pt
  51. - v0.5.0 enhance custom replacement; Add support for "black-listed" words #20 - keep old behavior for single character replacement - add custom replacement for string to string|char|'' // '' ~= remove
  52. - v0.4.0 add support for Arabic
  53. - v0.3.0 add Indian Rupee and Pfennig to currency map
  54. - v0.2.21 fix #17; if symbol at the end of input string
  55. - v0.2.18 add amd-support