You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

CHANGELOG.md 5.0KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. # Changelog
  2. All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
  3. ## [1.2.0](https://github.com/medikoo/type/compare/v1.1.0...v1.2.0) (2019-09-20)
  4. ### Bug Fixes
  5. - Improve error message so it's not confusing ([97cd6b9](https://github.com/medikoo/type/commit/97cd6b9))
  6. ### Features
  7. - 'coerceItem' option for iterable/ensure ([0818860](https://github.com/medikoo/type/commit/0818860))
  8. ## [1.1.0](https://github.com/medikoo/type/compare/v1.0.3...v1.1.0) (2019-09-20)
  9. ### Features
  10. - `denyEmpty` option for iterables validation ([301d071](https://github.com/medikoo/type/commit/301d071))
  11. ### [1.0.3](https://github.com/medikoo/type/compare/v1.0.2...v1.0.3) (2019-08-06)
  12. ### Bug Fixes
  13. - Recognize custom built ES5 era errors ([6462fac](https://github.com/medikoo/type/commit/6462fac))
  14. ### [1.0.2](https://github.com/medikoo/type/compare/v1.0.1...v1.0.2) (2019-08-06)
  15. ### Bug Fixes
  16. - Recognize host errors (e.g. DOMException) ([96ef399](https://github.com/medikoo/type/commit/96ef399))
  17. ## [1.0.1](https://github.com/medikoo/type/compare/v1.0.0...v1.0.1) (2019-04-08)
  18. # 1.0.0 (2019-04-05)
  19. ### Bug Fixes
  20. - ensure 'is' functions can't crash ([59ceb78](https://github.com/medikoo/type/commit/59ceb78))
  21. ### Features
  22. - array-length/coerce ([af8ddec](https://github.com/medikoo/type/commit/af8ddec))
  23. - array-length/ensure ([d313eb6](https://github.com/medikoo/type/commit/d313eb6))
  24. - array-like/ensure ([45f1ddd](https://github.com/medikoo/type/commit/45f1ddd))
  25. - array-like/is ([9a026a5](https://github.com/medikoo/type/commit/9a026a5))
  26. - array/ensure ([9db1515](https://github.com/medikoo/type/commit/9db1515))
  27. - array/is ([9672839](https://github.com/medikoo/type/commit/9672839))
  28. - date/ensure ([44e25a0](https://github.com/medikoo/type/commit/44e25a0))
  29. - date/is ([0316558](https://github.com/medikoo/type/commit/0316558))
  30. - ensure to not crash ([3998348](https://github.com/medikoo/type/commit/3998348))
  31. - ensure/number ([134b5cb](https://github.com/medikoo/type/commit/134b5cb))
  32. - error/ensure ([d5c8a30](https://github.com/medikoo/type/commit/d5c8a30))
  33. - error/is-error ([4d6b899](https://github.com/medikoo/type/commit/4d6b899))
  34. - finite/coerce ([accaad1](https://github.com/medikoo/type/commit/accaad1))
  35. - finite/ensure ([51e4174](https://github.com/medikoo/type/commit/51e4174))
  36. - function/ensure ([b624c9a](https://github.com/medikoo/type/commit/b624c9a))
  37. - function/is ([dab8026](https://github.com/medikoo/type/commit/dab8026))
  38. - integer/coerce ([89dea2e](https://github.com/medikoo/type/commit/89dea2e))
  39. - integer/ensure ([44a7071](https://github.com/medikoo/type/commit/44a7071))
  40. - iterable/ensure ([3d48841](https://github.com/medikoo/type/commit/3d48841))
  41. - iterable/is ([cf09513](https://github.com/medikoo/type/commit/cf09513))
  42. - lib/is-to-string-tag-supported ([c8c001d](https://github.com/medikoo/type/commit/c8c001d))
  43. - natural-number/coerce ([d08fdd9](https://github.com/medikoo/type/commit/d08fdd9))
  44. - natural-number/ensure ([6c24d12](https://github.com/medikoo/type/commit/6c24d12))
  45. - number/coerce ([86ccf08](https://github.com/medikoo/type/commit/86ccf08))
  46. - object/ensure ([a9e8eed](https://github.com/medikoo/type/commit/a9e8eed))
  47. - object/is ([d2d7251](https://github.com/medikoo/type/commit/d2d7251))
  48. - plain-function/ensure ([5186518](https://github.com/medikoo/type/commit/5186518))
  49. - plain-function/is ([51bc791](https://github.com/medikoo/type/commit/51bc791))
  50. - plain-object/ensure ([91cf5e5](https://github.com/medikoo/type/commit/91cf5e5))
  51. - plain-object/is ([4dcf393](https://github.com/medikoo/type/commit/4dcf393))
  52. - promise/ensure ([8d096a4](https://github.com/medikoo/type/commit/8d096a4))
  53. - promise/is ([a00de02](https://github.com/medikoo/type/commit/a00de02))
  54. - prototype/is ([b23bdcc](https://github.com/medikoo/type/commit/b23bdcc))
  55. - reg-exp/ensure ([6f7bbcb](https://github.com/medikoo/type/commit/6f7bbcb))
  56. - reg-exp/is ([9728519](https://github.com/medikoo/type/commit/9728519))
  57. - safe-integer/coerce ([b8549c4](https://github.com/medikoo/type/commit/b8549c4))
  58. - safe-integer/ensure ([a70ef3f](https://github.com/medikoo/type/commit/a70ef3f))
  59. - string/coerce ([b25c71f](https://github.com/medikoo/type/commit/b25c71f))
  60. - string/ensure ([b62577d](https://github.com/medikoo/type/commit/b62577d))
  61. - support 'default' in resolveException ([e08332a](https://github.com/medikoo/type/commit/e08332a))
  62. - switch config to ES3 based ([37606d9](https://github.com/medikoo/type/commit/37606d9))
  63. - thenable/ensure ([6762c0d](https://github.com/medikoo/type/commit/6762c0d))
  64. - thenable/is ([2711d70](https://github.com/medikoo/type/commit/2711d70))
  65. - time-value/coerce ([27fd109](https://github.com/medikoo/type/commit/27fd109))
  66. - time-value/ensure ([1f6a8ea](https://github.com/medikoo/type/commit/1f6a8ea))
  67. - **string/coerce:** restrict toString acceptance ([2a87100](https://github.com/medikoo/type/commit/2a87100))
  68. - value/ensure ([dd6d8cb](https://github.com/medikoo/type/commit/dd6d8cb))
  69. - value/is ([fdf4763](https://github.com/medikoo/type/commit/fdf4763))