basant307/AI_Governance_Project
045
1# Changelog2 3All notable changes to this project will be documented in this file.4 5The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),6and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).7 8## [1.3.0] - 2021-12-139 10### Added11 12- Updated to include support for Unicode 1413 14## [1.2.0] - 2021-01-2915 16### Updated17 18- Refactored to increase speed19 20## [1.1.0] - 2020-09-1421 22### Added23 24- Updated to include support for Unicode 1325 26## [1.0.0] - 2020-09-1327 28- Forked from work by @JLHwung on original `Grapheme-Splitter` library: https://github.com/JLHwung/grapheme-splitter/tree/next29- Converted to Typescript30- Added development and build tooling31 