unicornware
released this
01 Feb 23:50
·
437 commits
to main
since this release
[email protected] (2023-02-01)
⚠ BREAKING CHANGES
- enums: remove
BsonTypeAlias
,BsonTypeCode
- enums: remove
JwtType
- guards: remove
isJwtType
- types: remove
TimestampUnix
- guards: remove
isUnixTimestamp
- types: remove
SemanticVersion
- types: [
Join
] concatenate array - guards: require
value
parameter - guards: remove
isNumberString
- types:
StringLike
->Stringafiable
📦 Build
- deps-dev: Bump @commitlint/cli from 17.4.0 to 17.4.1 (#105) (a722ea3)
- deps-dev: Bump @commitlint/cli from 17.4.1 to 17.4.2 (#115) (f8b3f17)
- deps-dev: Bump @commitlint/config-conventional from 17.4.0 to 17.4.2 (#113) (fe92ae1)
- deps-dev: Bump @graphql-eslint/eslint-plugin from 3.14.3 to 3.15.0 (#142) (a22bc76)
- deps-dev: Bump @typescript-eslint/eslint-plugin from 5.48.0 to 5.48.1 (#106) (e6a4c62)
- deps-dev: Bump @typescript-eslint/eslint-plugin from 5.48.1 to 5.48.2 (#122) (d4b8a7e)
- deps-dev: Bump @typescript-eslint/eslint-plugin from 5.48.2 to 5.49.0 (#135) (d10b599)
- deps-dev: Bump @typescript-eslint/eslint-plugin from 5.49.0 to 5.50.0 (#153) (17c70e3)
- deps-dev: Bump @typescript-eslint/parser from 5.48.0 to 5.48.1 (#108) (75b2e18)
- deps-dev: Bump @typescript-eslint/parser from 5.48.1 to 5.48.2 (#123) (0832b6d)
- deps-dev: Bump @typescript-eslint/parser from 5.48.2 to 5.49.0 (#138) (769ad82)
- deps-dev: Bump @typescript-eslint/parser from 5.49.0 to 5.50.0 (#155) (76cd700)
- deps-dev: Bump cspell from 6.18.1 to 6.19.2 (#125) (0c60bd7)
- deps-dev: Bump esbuild from 0.16.16 to 0.16.17 (#112) (0cabd6c)
- deps-dev: Bump esbuild from 0.16.17 to 0.17.0 (#118) (a46d677)
- deps-dev: Bump esbuild from 0.17.0 to 0.17.1 (#120) (02d7b8f)
- deps-dev: Bump esbuild from 0.17.1 to 0.17.2 (#124) (4c3cec0)
- deps-dev: Bump esbuild from 0.17.2 to 0.17.3 (#127) (e22cdbe)
- deps-dev: Bump esbuild from 0.17.3 to 0.17.4 (#132) (935057b)
- deps-dev: Bump esbuild from 0.17.4 to 0.17.5 (#147) (4d61b9a)
- deps-dev: Bump eslint from 8.31.0 to 8.32.0 (#116) (427e5c5)
- deps-dev: Bump eslint from 8.32.0 to 8.33.0 (#149) (e11374b)
- deps-dev: Bump eslint-plugin-jsdoc from 39.6.4 to 39.6.6 (#128) (3216cd1)
- deps-dev: Bump eslint-plugin-jsdoc from 39.6.6 to 39.6.7 (#133) (55c77ec)
- deps-dev: Bump eslint-plugin-jsdoc from 39.6.7 to 39.6.8 (#139) (baa5def)
- deps-dev: Bump eslint-plugin-jsdoc from 39.6.8 to 39.7.4 (#150) (992695e)
- deps-dev: Bump eslint-plugin-jsdoc from 39.7.4 to 39.7.5 (#154) (98f5370)
- deps-dev: Bump prettier from 2.8.2 to 2.8.3 (#117) (8af91c7)
- deps-dev: Bump pretty-format from 29.3.1 to 29.4.0 (#141) (2661963)
- deps-dev: Bump pretty-format from 29.4.0 to 29.4.1 (#144) (2a6e613)
- deps-dev: Bump serve from 14.1.2 to 14.2.0 (#140) (6853b43)
- deps-dev: Bump vite-tsconfig-paths from 4.0.3 to 4.0.5 (#131) (06bbf03)
- ts: remove
typesVersions
(bb70364)
🤖 Continuous Integration
- deps: Bump actions/cache from 3.2.2 to 3.2.3 (#109) (6b415ba)
- deps: Bump actions/cache from 3.2.3 to 3.2.4 (#152) (2809f28)
- deps: Bump actions/github-script from 6.3.3 to 6.4.0 (#146) (7812e7f)
- deps: Bump dependabot/fetch-metadata from 1.3.5 to 1.3.6 (#137) (2294bfa)
- workflows: [
approve-pr
] refactor approval step conditional (c7da441) - workflows: [
ci
]jobs.setup
->jobs.metadata
(6aa1706) - workflows: [
ci
] addversion
output tometadata
job (5e9924f) - workflows: [
ci
] make typescript matrix dynamic (07a70ab) - workflows: [
ci
] refactormetadata
job conditional (963fc36) - workflows: [
ci
] upload coverage report to codecov (5e6a844) - workflows: [
integrity
] updatepull_request
event activity types (b2c14d4) - workflows: [
typescript-canary
] addtsconfig.json
prep step (ed06243) - workflows: [
typescript-canary
] print typescript version (1768fa1) - workflows: [
typescript-canary
] run workflow daily (ef9594e) - yarn: fix typescript matrix testing (24ad4fe)
📝 Documentation
- related (d4a07c7)
✨ Features
- guards:
isBigInt
(70d2b0f) - guards:
isBoolean
(e7cfedd) - guards:
isFunction
(6219e77) - guards:
isJsonPrimitive
(1c91304) - guards:
isNull
(818d625) - guards:
isNumber
(d64f34c) - guards:
isNumeric
(10e807f) - guards:
isObjectPlain
(e885589) - guards:
isPrimitive
(282e260) - guards:
isString
(503bd02) - guards:
isSymbol
(05aeb91) - guards:
isUndefined
(9f3a6d7) - types:
Fn
(6e140b4)
🐛 Fixes
- types: export
IsTuple
(682700e)
🏡 Housekeeping
- update project architecture (d9b3565)
- github: add commit scope
build
(e79b8ef) - github: add commit scope
nvm
(c461ecb) - github: configure sponsor button (a8c5750)
- github: remove "tests" section from pull request template (0b892f1)
- tests: codecov integration (b32e474)
⚡ Refactors
- enums: remove
BsonTypeAlias
,BsonTypeCode
(5185d7b) - enums: remove
JwtType
(05df830) - guards: remove
isJwtType
(a26a779) - guards: remove
isNumberString
(d6158df) - guards: remove
isUnixTimestamp
(884c766) - guards: require
value
parameter (2e38928) - types: [
Join
] concatenate array (387872c) - types:
StringLike
->Stringafiable
(98599eb) - types: remove
SemanticVersion
(f646dbd) - types: remove
TimestampUnix
(7bff682)