@ssv/core
Version:
Core utilities, components and services for browser and node
230 lines (100 loc) • 6.31 kB
Markdown
## [0.6.1](https://github.com/sketch7/ssv-core/compare/0.6.0...0.6.1) (2019-03-13)
### Features
- **datetime:** add more time conversions hours and days (not in all combinations)
## [0.6.0](https://github.com/sketch7/ssv-core/compare/0.5.1...0.6.0) (2018-10-30)
### Features
- **build:** change build output - no features were added
### Features
* **string:** `replaceAll` wasn't working when passing `\\`
<a name="0.5.0"></a>
## [0.5.0](https://github.com/sketch7/ssv-core/compare/0.4.1...0.5.0) (2018-10-27)
### Bug Fixes
* **string:** `replaceAll` wasn't working when passing `\\`
* **enum:** lodash import was change as it was causing issues when used
### Chore
* **output:** files output has been changed
<a name="0.4.2"></a>
## [0.4.2](https://github.com/sketch7/ssv-core/compare/0.4.1...0.4.2) (2018-10-26)
### Chore
* **deps:** removed unused libraries
<a name="0.4.1"></a>
## [0.4.1](https://github.com/sketch7/ssv-core/compare/0.4.0...0.4.1) (2018-10-25)
### Docs
* **readme:** update readme links + title and description
<a name="0.4.0"></a>
## [0.4.0](https://github.com/sketch7/ssv-core/compare/0.3.22...0.4.0) (2018-10-24)
### Features
* **deps:** update all dependencies
<a name="0.3.7"></a>
## [0.3.7](https://github.com/sketch7/ssv-core/compare/0.3.6...0.3.7) (2017-04-01)
### Features
* **enum:** added type constraint for enum ([9d7ca4f](https://github.com/sketch7/ssv-core/commit/9d7ca4f))
* **string:** `parseBool` added default value ([aaa4f05](https://github.com/sketch7/ssv-core/commit/aaa4f05))
<a name="0.3.6"></a>
## [0.3.6](https://github.com/sketch7/ssv-core/compare/0.3.5...0.3.6) (2017-04-01)
<a name="0.3.5"></a>
## [0.3.5](https://github.com/sketch7/ssv-core/compare/0.3.4...0.3.5) (2017-03-16)
### Features
* **object:** added `PartialObject<T>` and `NonArray` ([#8](https://github.com/sketch7/ssv-core/issues/8)) ([98f0fcd](https://github.com/sketch7/ssv-core/commit/98f0fcd))
<a name="0.3.4"></a>
## [0.3.4](https://github.com/sketch7/ssv-core/compare/0.3.3...0.3.4) (2017-02-05)
<a name="0.3.3"></a>
## [0.3.3](https://github.com/sketch7/ssv-core/compare/0.3.2...0.3.3) (2016-12-14)
<a name="0.3.2"></a>
## [0.3.2](https://github.com/sketch7/ssv-core/compare/0.3.1...0.3.2) (2016-12-14)
<a name="0.3.1"></a>
## [0.3.1](https://github.com/sketch7/ssv-core/compare/0.3.0...0.3.1) (2016-12-14)
### Features
* **bundle:** now also compiled as umd bundle under `dist/bundles` ([d90728d](https://github.com/sketch7/ssv-core/commit/d90728d))
* **lodash:** changed back lodash to lodash instead of `lodash-es` ([d6cc943](https://github.com/sketch7/ssv-core/commit/d6cc943))
* **package:** `main` is now using umd bundled, `module` using es2015 and typings updated accordingly ([1a84826](https://github.com/sketch7/ssv-core/commit/1a84826))
<a name="0.3.0"></a>
# [0.3.0](https://github.com/sketch7/ssv-core/compare/0.2.1...0.3.0) (2016-12-12)
### Features
* **package:** changed `lodash` to `lodash-es` ([dd86281](https://github.com/sketch7/ssv-core/commit/dd86281))
### BREAKING CHANGES
* **package:** changed from `lodash` to `lodash-es`
<a name="0.2.1"></a>
## [0.2.1](https://github.com/sketch7/ssv-core/compare/0.2.0...0.2.1) (2016-11-20)
### Features
* **module:** package is now also being packaged as "umd" ([1582966](https://github.com/sketch7/ssv-core/commit/1582966))
<a name="0.2.0"></a>
# [0.2.0](https://github.com/sketch7/ssv-core/compare/0.1.0...0.2.0) (2016-11-20)
### Features
* **package:** build is now change to es2015 ([6b31a73](https://github.com/sketch7/ssv-core/commit/6b31a73))
* **string:** change `StringExtension` to functions for easy treeshaking ([6c15e1a](https://github.com/sketch7/ssv-core/commit/6c15e1a))
<a name="0.1.0"></a>
# [0.1.0](https://github.com/sketch7/ssv-core/compare/0.2.1-rc.1...0.1.0) (2016-11-14)
### Bug Fixes
* **package:** package has been changed from bundled to unbundled due to issues with jspm when installing ([eb076ac](https://github.com/sketch7/ssv-core/commit/eb076ac))
### Features
* **collection:** add `Dictionary<T>` interface ([5029543](https://github.com/sketch7/ssv-core/commit/5029543))
* **conversion:** initial implementation of conversion which has time conversions ([a294e92](https://github.com/sketch7/ssv-core/commit/a294e92))
* **definition:** change definition witihin package.json to use `typings` instead `typescript` to point to definition ([f70f97d](https://github.com/sketch7/ssv-core/commit/f70f97d))
* **math:** implemented `round` functionality to math which supports both string and numeric ([3730731](https://github.com/sketch7/ssv-core/commit/3730731))
* **string:** implemented `parseBool` which is more humanize friendly boolean parsing ([965f7f8](https://github.com/sketch7/ssv-core/commit/965f7f8))
* **string:** implemented `replaceAll` which replaces all string occurrences. ([4ddf58c](https://github.com/sketch7/ssv-core/commit/4ddf58c))
<a name="0.2.1-rc.1"></a>
## [0.2.1-rc.1](https://github.com/sketch7/ssv-core/compare/0.2.1-rc.0...0.2.1-rc.1) (2016-02-21)
<a name="0.2.1-rc.0"></a>
## [0.2.1-rc.0](https://github.com/sketch7/ssv-core/compare/0.1.6-rc.3...0.2.1-rc.0) (2016-02-21)
### Features
* **typings:** modified typings to include devDep ([3288822](https://github.com/sketch7/ssv-core/commit/3288822))
<a name="0.1.6-rc.3"></a>
## [0.1.6-rc.3](https://github.com/sketch7/ssv-core/compare/0.1.6-rc.2...0.1.6-rc.3) (2016-02-19)
<a name="0.1.6-rc.2"></a>
## [0.1.6-rc.2](https://github.com/sketch7/ssv-core/compare/0.1.6-rc.1...0.1.6-rc.2) (2016-02-19)
### Code Refactoring
* **collection:** renamed ISelectable to Selectable ([33dc8e4](https://github.com/sketch7/ssv-core/commit/33dc8e4))
### BREAKING CHANGES
* **collection:** renamed `ISelectable` to `Selectable`
<a name="0.1.6-rc.1"></a>
## [0.1.6-rc.1](https://github.com/sketch7/ssv-core/compare/0.1.5...0.1.6-rc.1) (2016-02-18)
<a name="0.1.5-1"></a>
## [0.1.5-1](https://github.com/sketch7/ssv-core/compare/0.1.4...0.1.5-1) (2016-02-17)
<a name="0.1.4"></a>
## [0.1.4](https://github.com/sketch7/ssv-core/compare/0.1.3...0.1.4) (2016-02-09)
<a name="0.1.3"></a>
## [0.1.3](https://github.com/sketch7/ssv-core/compare/0.1.2...0.1.3) (2016-02-08)
<a name="0.1.2"></a>
## 0.1.2 (2016-02-08)