Skip to content

Latest commit

 

History

History
264 lines (136 loc) · 12.7 KB

CHANGELOG.md

File metadata and controls

264 lines (136 loc) · 12.7 KB

8.0.6 (2020-05-12)

Bug Fixes

  • packages: update angular monorepo to v9.1.6 (b55dec7)

8.0.5 (2020-05-11)

Bug Fixes

  • packages: update dependency tslib to v1.11.2 (e6dff0b)

8.0.4 (2020-04-28)

Bug Fixes

  • packages: update dependency @terminus/ngx-tools to v8.0.2 (3fe77f3)

8.0.3 (2020-04-28)

Bug Fixes

  • packages: update angular monorepo to v9.1.3 (c25f7f5)

8.0.2 (2020-04-10)

Bug Fixes

  • CI: hotfix missmatch between semantic release tools (cac185e)

8.0.1 (2020-04-09)

Bug Fixes

  • Packages: update self dependency (1de1a21)

8.0.0 (2020-04-09)

BREAKING CHANGES

Angular >=9, NGRX >=9, No longer shipping top level exports, TypeScript 8.3.8

7.4.0 (2020-02-07)

Features

  • TypeGuard: Add isValidDate type guard (197984c)

7.3.1 (2020-02-07)

Bug Fixes

  • TypeGuard: exports all the utilities for consumers. (7743217)

7.3.0 (2020-01-28)

Features

  • Utilities: Create number abbreviation function (6d1848f)

7.2.13 (2020-01-10)

Bug Fixes

  • packages: update dependency @terminus/ngx-tools to v7.2.11 (3c4d6af)

7.2.12 (2020-01-08)

Bug Fixes

  • packages: update dependency rxjs to v6.5.4 (01c92b9)

7.2.11 (2019-12-17)

Bug Fixes

  • packages: update dependency @terminus/ngx-tools to v7.2.6 (14b121b)

7.2.10 (2019-12-17)

Bug Fixes

  • packages: update dependency rxjs to v6.5.3 (bacb065)

7.2.9 (2019-12-17)

Bug Fixes

  • packages: update angular monorepo to v8.2.14 (dced06f)

7.2.8 (2019-12-17)

Bug Fixes

  • packages: update dependency jsdom to v15.2.1 (74c7e4c)

7.2.7 (2019-12-17)

Bug Fixes

  • packages: update dependency core-js to v3.5.0 (760f492)

7.2.6 (2019-10-04)

Bug Fixes

  • Testing: add classList property to ElementRefMock (7a7b2dd)

7.2.5 (2019-09-26)

Bug Fixes

  • Testing: createKeyboardEvent now sets keyCode (#336) (22b40cf), closes #335

7.2.4 (2019-09-03)

Bug Fixes

  • All: Upgrade to latest angular packages (dc70176)

7.2.3 (2019-08-22)

  • fix(Testing): deprecation notices define the correct import change (#329) (d0d00f2), closes #329

7.2.2 (2019-08-22)

  • fix(Build): markdown ToCs updated during precommit (251eebc), closes #318

7.2.1 (2019-08-08)

  • fix(Browser): refactor to support better typings (7e6ac9d)

7.2.0 (2019-08-08)

  • chore(TypeGuards): missing JSDoc comments added (7bae372)
  • chore(CI): remove space in commit type (2e8aac7)
  • feat(TypeGuards): expose type guard for DragEvent (7d83e4d)
  • feat(TypeGuards): expose type guard for HTML input element (a311a28)
  • feat(TypeGuards): expose type guard for KeyboardEvent (79029cd)
  • feat(TypeGuards): expose type guard for MouseEvent (0bfbe4a)
  • docs: enhance 7.1.0 release notes (76a99fa)

7.1.0 (2019-07-26)

  • chore(CI): update allowed commit scopes (4cd57cf)
  • chore(Build): update tsconfig paths to solve TS missing deps (3a839f7)
  • test(Utility): add missing test (ee68d1b)
  • test(Utility): update define type coverage for enums (39afe71)
  • feat: now supporting more custom endpoints (017186c)
    • JWT: Code moved to @terminus/ngx-tools/jwt
      • NOTE: JWT mocks still exist under @terminus/ngx-tools/testing but have been deprecated in favor of the mocks exposed in @terminus/ngx-tools/jwt/testing
    • TypeGuards: All type guards now exposed under @terminus/ngx-tools/type-guards
      • Also, a few new type guards have been added
    • Browser: All browser related code moved to @terminus/ngx-tools/browser (TsCookieService, TsWindowService, etc)
      • All browser related mocks still exist under @terminus/ngx-tools/testing but have been deprecated in favor of the mocks exposed in @terminus/ngx-tools/browser/testing
    • Utilities: All primary utilities moved to @terminus/ngx-tools/utilities (debounce, hasRequiredControl, etc)
    • Improved test coverage
    • Improved existing documentation and added missing documentation
    • Heavy internal reorganization

7.0.1 (2019-06-18)

  • fix(Packages): update inner package.json dependencies (#311) (edc09a9), closes #311
  • docs: clarify needed versions (06e66fd)

7.0.0 (2019-06-13)

  • chore(CI): doctoc now only running on needed files (53eac45), closes #262
  • chore(Packages): update all dependencies (a07c1f0)
  • chore(Packages): use new docker image (6ef1688)

BREAKING CHANGE

  • Now requires Angular 8.x.x & TypeScript ~3.4.5

6.11.0 (2019-05-28)

  • style: fix lint violations (beee1f7)
  • feat(Utility): expose UUID generator (059ac30), closes #91
  • chore: update core team contributions (#298) (4e49ecb), closes #298

6.10.0 (2019-05-24)

  • feat(Regex): expose UUID regex (94baba6)
  • refactor(CI): correctly excluding & including files for tsconfig.spec (1979e37)
  • refactor(Regex): move test values inside describe block (848b5dd)
  • style(Utility): add missing end quote (#293) (12a4205), closes #293
  • chore: create persistant changelog (6ff7cde), closes #273

6.9.0 (2019-05-13)

  • Utility: add helper to check if value is an AbstractControl (fcb9bd0)
  • Utility: isArrayOfType is now available (5bafd8c), closes #13

6.8.1 (2019-05-09)

  • Utility: fixes issue with AOT build failing to store initial token (851fced)

6.8.0 (2019-05-09)

  • Utility: isArrayOfType is now available (1066e2e), closes #13

6.7.0 (2019-05-01)

6.6.1 (2019-04-26)

  • Utility: add missing exports for new utilities (3c01b3b)

6.6.0 (2019-04-25)

  • Utility: isNull, isSet, isUndefined, isUnset are available (#279) (d1ec720), closes #124

6.5.1 (2019-04-25)

  • Keycodes: remove deprecated event initializer and use initEvent (#282) (2d4a00b)

6.5.0 (2019-04-24)

  • Keycodes: add new keycodes (da8f297)

6.4.1 (2019-04-24)

  • Testing: createKeyboardEvent initialization works with HostListener (92e0b28), closes #208

6.4.0 (2019-04-03)

  • Utility: defineTypeEnum edited and exported (bf0ac48), closes #268

6.3.0 (2019-03-27)

  • Utility: publicShapeOf is now available (2d5f3ef)

6.2.0 (2019-03-20)

  • Utility: keycodes A-Z, and 0-9 are available (b4a22d8), closes #247

6.1.0 (2019-02-21)

  • Testing: helper to quickly create a TestBed fixture from a single component (d75921e), closes #249