UNPKG

strind

Version:

Partition strings based on character indices

37 lines (21 loc) 1.42 kB
# Changelog All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [0.3.1](https://github.com/metonym/strind/tree/0.3.1) - 2019-10-13 - Upgrade development dependencies (@commitlint/cli, pretty-quick, lodash.template, ts-jest, tslint, typescript) ## [0.3.0](https://github.com/metonym/strind/tree/0.3.0) - 2019-09-05 - Change build target from es6 to es5 ## [0.2.1](https://github.com/metonym/strind/tree/0.2.1) - 2019-07-13 - Ignore empty string ([f69d290](https://github.com/metonym/strind/commit/f69d29057bd9232c2bdb95da439b696c125e89fa)) ## [0.2.0](https://github.com/metonym/strind/tree/0.2.0) - 2019-07-13 - Return object containing `matched` and `unmatched` values ([2fc5387](https://github.com/metonym/strind/commit/2fc5387f195910b41ff60531dee8aa068bd97c79)) ## [0.1.1](https://github.com/metonym/strind/tree/0.1.1) - 2019-07-10 - Set floor and ceiling for matching character once ([5eebcdd](https://github.com/metonym/strind/commit/5eebcdd7f8ea47b05b2d59c8fa30c8552e091977)) - Update nonmatched characters if index is 0 ([3b86e81](https://github.com/metonym/strind/commit/3b86e8186b92a987d35cb80589e00f4b6de81d03)) ## [0.1.0](https://github.com/metonym/strind/tree/0.1.0) - 2019-07-09 - Initial release