租房小程序前端代码
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.

30 lines
701 B

3 months ago
  1. # Changelog
  2. All notable changes to this project will be documented in this file.
  3. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
  4. and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
  5. ## [1.3.0] - 2021-12-13
  6. ### Added
  7. - Updated to include support for Unicode 14
  8. ## [1.2.0] - 2021-01-29
  9. ### Updated
  10. - Refactored to increase speed
  11. ## [1.1.0] - 2020-09-14
  12. ### Added
  13. - Updated to include support for Unicode 13
  14. ## [1.0.0] - 2020-09-13
  15. - Forked from work by @JLHwung on original `Grapheme-Splitter` library: https://github.com/JLHwung/grapheme-splitter/tree/next
  16. - Converted to Typescript
  17. - Added development and build tooling