web 3d图形渲染器
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.

67 lines
1.2 KiB

  1. # Change Log
  2. All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/). This project adheres to [Semantic Versioning](http://semver.org/).
  3. ## [Unreleased]
  4. ## [1.0.6] - 2020-01-27
  5. Changed:
  6. - Upgrade lodash to version 4.17.15 #16
  7. ## [1.0.5] - 2019-05-09
  8. Changed:
  9. - Upgrade Mocha to version 6.1.4 #12 by @whyboris
  10. - Example use in README.md by @whyboris
  11. ## [1.0.4] - 2017-03-24
  12. Fixed:
  13. - Fails in strict mode #7 by @gilly3
  14. ## [1.0.3] - 2016-09-26
  15. Fixed:
  16. - A title of this document :P
  17. Added:
  18. - List of contributors
  19. - Bugs URL
  20. - Git repository URL
  21. ## [1.0.2] - 2016-09-26
  22. Fixed:
  23. - Similarity 0 returned for equal strings #4 by @tad-lispy
  24. ## [1.0.1] - 2016-09-12
  25. Fixed:
  26. - Wrong results for transposition #2 by @g-adolph
  27. Added:
  28. - First unit test by @g-adolph
  29. - A Change Log :) by @tad-lispy
  30. ## [1.0.0] - 2016-02-23
  31. Fixed:
  32. - Update README to match the actual output by @gilly3
  33. ## [0.1.3] - 2013-09-02
  34. Fixed:
  35. - Clear matrix on each call @tad-lispy
  36. - Always return an object @tad-lispy
  37. ## [0.1.2] - 2013-08-29
  38. Added:
  39. - ReadMe
  40. ## [0.1.1] - 2013-08-28
  41. Added:
  42. - Initial working release @tad-lispy