Releases: ez-libs/ez-guid
Releases · ez-libs/ez-guid
untagged-c3cb46d2b493349ee1f7: v1.2.5 (#33)
* Bump typescript from 3.1.3 to 4.1.5 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 3.1.3 to 4.1.5. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v3.1.3...v4.1.5) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> * Bump mocha from 4.1.0 to 8.3.0 (#29) Bumps [mocha](https://github.com/mochajs/mocha) from 4.1.0 to 8.3.0. - [Release notes](https://github.com/mochajs/mocha/releases) - [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md) - [Commits](https://github.com/mochajs/mocha/compare/v4.1.0...v8.3.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> * Bump @types/mocha from 2.2.46 to 8.2.0 Bumps [@types/mocha](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mocha) from 2.2.46 to 8.2.0. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mocha) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> * Bump chai from 4.1.2 to 4.3.0 Bumps [chai](https://github.com/chaijs/chai) from 4.1.2 to 4.3.0. - [Release notes](https://github.com/chaijs/chai/releases) - [Changelog](https://github.com/chaijs/chai/blob/master/History.md) - [Commits](https://github.com/chaijs/chai/compare/4.1.2...4.3.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> * Bump @types/node from 9.3.0 to 14.14.27 Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 9.3.0 to 14.14.27. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> * Bump @types/chai from 4.1.0 to 4.2.15 Bumps [@types/chai](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/chai) from 4.1.0 to 4.2.15. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/chai) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> * version bump * version bump Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
untagged-a7eb6d4c04dce3ccfb7d: fix: removed TSLint (#26)
* converted hardcoded node_modules path usage to npx * removed all linting * removed syntaxtical facepalm
untagged-9ab5b1c364c155ab952e: Bump ts-node from 7.0.1 to 9.1.1 (#25)
Bumps [ts-node](https://github.com/TypeStrong/ts-node) from 7.0.1 to 9.1.1. - [Release notes](https://github.com/TypeStrong/ts-node/releases) - [Commits](https://github.com/TypeStrong/ts-node/compare/v7.0.1...v9.1.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
untagged-507e481661b8a712650d: fixed guid validation (#11)
* enhanced test expectation for guid validation Strings shall be able to be validated too, at least the validation function expects multiple value types! * fixed test (removed an accidentally duplicated var declaration) * limited parameter tolerance for guid validation & implemented validation support for hyphenated guid strings * fixed guid validation syntax * Update guid.ts * Update guid.ts * fixed guid validation * adjusted tests to fully cover string validation * incremented lib version * incremented lib version * corrected typos in comments * enhanced validation to cover undefined & null * covered unexpected runtime values in validation * Update lib/guid.ts Co-authored-by: Destinate <19648175+Destinate@users.noreply.github.com> * Update lib/guid.ts Co-authored-by: Destinate <19648175+Destinate@users.noreply.github.com> Co-authored-by: Destinate <19648175+Destinate@users.noreply.github.com>
untagged-c7415a4253f48209bcc4
fixed travis deployment syntax
untagged-5015873f377ac7ddc605: Merge pull request #10 from ez-libs/gekkedev-constructor-patch
implemented further instatiation tests
untagged-1898281633410f67f3a1
enabled GitHub release upload via Travis