log@4.0.1-dev.3 (2021-10-31)
- [
c857652
] deps: use@flex-development/tutils@4.2.3
- [
a6858e4
] package exports (actually)
log@4.0.1-dev.2 (2021-10-31)
- [
0bca0b8
] deps: use@flex-development/tutils@4.2.2
- [
fc7491d
] package exports
log@4.0.1-dev.1 (2021-10-30)
- [
902e0cd
] deps-dev: cleanup + interactive upgrades - [
3fd378c
] deps-peer: add@types/node@>=14.0.0
(optional) - [
e8ccdf7
] deps: use@flex-development/tutils@4.0.3
- [
3f669cb
] deps: use@flex-development/tutils@4.2.1
- [
d153326
] workflows: adddelete-release-branch
job - [
b7d97ed
] workflows: push to protected branch 'main' - [
35fb2e0
] workflows: temporarily skip dependency graph check - [
18078ee
] workflows: updateintegrity
triggers
- [
c811df7
] cjs:Must use import to load ES Module: figures/index.js
- [
a34228b
] cjs: missing named exports
- [
1629db0
] check code style - [
8dd39c8
] update eslint config to handle dotfiles - [
2c86c10
] scripts: add check:ci script - [
ab53a48
] scripts: remove*.tgz
files inclean:build
script - [
2f09329
] tools: cleanup esm loader - [
6699370
] tools: reorganize build workflow - [
02457e9
] tools: use explicit environment variables in testing workflow - [
b5a9424
] typescript: add typings for@vercel/ncc
- [
13ee632
] typescript: add typings fortsc-prog/dist/utils/log
- [
e59e47a
] typescript: run type check
log@4.0.1-dev.0 (2021-10-13)
- [
6430673
] add.d.ts
file source maps to build output - [
310d995
] cjs: enable downleveling - [
40db490
] typescript: upgrade totypescript@4.5.0-beta
- [
bc104d3
] workflows: updatecontinuous-integration
triggers - [
5b1d5c4
] workflows: updateintegrity
triggers
- [
a5745a9
] cjs: directory index specifiers
- [
b3c3924
] tools: addts-patch
, dropttypescript
- [
3b91e90
] tools: addtsc-prog
to build workflow - [
59956e3
] tools: enable type checking during build workflow - [
9f85f93
] tools: update build workflow error handling - [
810eb2b
] typescript: add note about disablingnoUnusedLocals
- [
fc668c8
] typescript: enableexactOptionalPropertyTypes
- [
bec35fc
] typescript: enablenoErrorTruncation
- [
337ab9c
] typescript: enablenoImplicitAny
- [
9909b4c
] typescript: enablenoPropertyAccessFromIndexSignature
- [
96647ff
] typescript: enablenoUncheckedIndexedAccess
- [
acb9d3e
] typescript: enablenoUnusedParameters
- [
3dc96ee
] typescript: disablenoImplicitAny
andnoUncheckedIndexedAccess
log@4.0.0-dev.0 (2021-10-10)
- use
.cjs
and.mjs
extensions, drop.js
log.ts
->main.ts
- [
8bc6191
] use.cjs
and.mjs
extensions, drop.js
- [
55c6e3c
] deps-dev: addeslint-plugin-markdownlint@0.2.2
- [
7ad9d8e
] deps-dev: interactive upgrades - [
07919bf
] deps-dev: remove unused lodash deps
- [
74dc7ee
] workflows:integrity
- use[12.x, 14.x, 16.x]
node matrix
- [
512eb0f
]Error: Cannot find module ../loaders/env.cjs
- [
3ca17b7
] add.eslintrc.base.cjs
- [
0bd2783
] add husky hooks to prettier overrides - [
80e35b6
] settypescript.tsdk
- [
84543f7
] toggle--experimental-json-modules
flag usage - [
fe7f9d4
] update eslint + prettier ignore patterns - [
f3dae34
] update eslint extensions - [
f660aa1
] use husky v7 - [
8212043
] github: add commit scopes -cjs
,config
,esm
,hybrid
,utils
- [
5ea181c
] github: add labels -scope:ci
,scope:tools
,scope:yarn
- [
92abec0
] github: droplog
commit scope - [
c994243
] github: updatescope:scripts
label description - [
218f4ba
] tools: fix typo in jest script - [
7afab48
] tools: updateloadenv
invocations
- [
b4f9756
]log.ts
->main.ts
log@3.0.0-dev.0 (2021-10-03)
- use esm
- fix enum exports parsing
- kebab case filenames for
src
files
- [
1661ebd
] fix enum exports parsing - [
4487c15
] use esm - [
e03aa28
] deps-dev: drop@flex-development/exceptions@4.0.1
- [
afbd4fa
] deps-dev: droplodash.merge@4.6.2
- [
9112437
] deps-dev: interactively upgrade dependencies - [
f0df520
] deps-opt: makeshelljs
deps optional - [
65614ec
] deps-peer: requiretypescript>=4.4.0
- [
01b3adf
] yarn: deduplicate dependencies
- [
48f732b
] fix module annotations intools
directory - [
c60e611
] removedocs/examples
directory - [
8c2b0e2
] updaterelease/*
naming conventions - [
46de44f
] update environment setup, merge strategies, and release docs
- [
66ae749
] addeslint-plugin-unicorn
- [
34a50f5
] addgithub
commit scope - [
82293a8
] re-addscripts
commit scope - [
0a52651
] update bug report issue template - [
abaabd1
] usecjs
extensions - [
e6c7aa2
] use typescriptcommitlint
config - [
5a3c380
] github: reorganize labels - [
dedc655
] release: set package version to3.0.0-dev.0
- [
ae4209e
] scripts: addcheck:upgrades
script - [
c39b762
] scripts: disablepostinstall
during git installs - [
9c10682
] tools: addprerelease
option torelease
cli - [
b7841d8
] tools: addReleaseOptions.path
- [
34e2a18
] tools: add option aliases toReleaseOptions
- [
214afcc
] tools: create tarballs frombuild
script - [
c5522e6
] tools: move scripts totools
directory - [
ae8238c
] tools: rename package data helper - [
1930db5
] tools: updatebuild
andrelease
cli options - [
c763f8e
] tools: updateexec
return value - [
c4d189b
] tools: update release tag prefixing - [
6b3ab68
] tools: useyarn pack
inpostchangelog
script - [
0cd74d7
] typescript: cleanup tsconfigs before esm migration - [
e39878c
] workflows: add ids toautomate-pr-reviews
steps - [
88ae311
] workflows: fix node options cleanup inpublish-package
job - [
9188fcc
] workflows: support new tag prefix incontinuous-deployment
workflow - [
0078377
] workflows: update environment variables and workflow syntax - [
57ad692
] yarn: update.yarnrc.yml
env var names
log@2.0.0 (2021-09-15)
- [
51f11e6
] runyarn dedupe --strategy highest
- [
785b39d
] run local integrity check - [
cdd6c61
] update build output - [
e4edd20
] deps-dev: addconcurrently@6.2.1
- [
f0f96c5
] deps-dev: addis-ci@3.0.0
- [
8ae61c4
] deps-dev: addpinst@2.1.6
- [
ed6f7dd
] deps-dev: drop@vercel/ncc@0.29.2
- [
ac3b319
] deps-dev: upgradecommitlint
deps tov13.1.0
- [
3e14f52
] deps-dev: upgradeeslint
deps - [
d39acb4
] deps-dev: use@flex-development/grease@1.1.0
- [
eb24c95
] deps-dev: use@types/jest@27.0.1
- [
fba0633
] deps-dev: use@types/node@16.9.1
- [
78125e6
] deps-dev: use@types/rimraf@3.0.2
- [
2b1cc6a
] deps-dev: usejest@27.2.0
- [
1787132
] deps-dev: uselint-staged@11.1.2
- [
5f8c0f7
] deps-dev: usenpm@7.23.0
- [
2758396
] deps-dev: useprettier-plugin-sh@0.7.1
- [
e837383
] deps-dev: useprettier@2.4.0
- [
5a24e79
] deps-dev: usets-jest@27.0.5
- [
6ad403a
] deps-dev: usets-node@10.2.1
- [
e5c9e10
] deps-dev: usetsconfig-paths@3.11.0
- [
6728e5c
] deps-dev: usetypescript@4.4.2
- [
5b4040d
] deps: use@flex-development/tutils@3.1.7
- [
d12281a
] scripts: disablepostinstall
before tarball is packed
- [
948b852
] scripts: don't runpostinstall
script in ci environments - [
f3b1ac2
] workflows: addintegrity
- [
b6d4c97
] workflows: cache dependencies duringdeployment-info
job - [
a7237c5
] workflows: drop@flex-development/dtag
usage - [
0ce77dc
] workflows: fix distribution tag logic
- [
21905de
] adddeps-peer
andyarn
commit scopes - [
4bcda50
] runyarn set version berry
- [
f875714
] updatelint-staged
config - [
d8e08d5
] update environment variables - [
8ed8ce6
] scripts: addcheck:dedupe
- [
54304ea
] scripts: addcheck:install
- [
8f2b31e
] scripts: addclean:modules
andclean:yarn
- [
aba5881
] yarn: add@yarnpkg/plugin-interactive-tools
- [
2de2caf
] allow lowercase log levels
log@1.0.1 (2021-08-23)
- [
a1319b6
] workflows: fixcannot read property 'tag' of undefined
- [
51f2eee
] workflows: runpublish-release
job afterupdate-production-branch
job - [
cfe4abc
] workflows: use testedcontinuous-deployment
workflow
- [
a91128c
] revert "merge: release @flex-development/log@1.0.0" - [
0695295
] workflows: addworkflow_dispatch
trigger tocontinuous-deployment
workflow - [
eb1c808
] workflows: add step names incontinuous-deployment
workflow - [
e03bc2b
] workflows: debugcontinuous-deployment
workflow - [
6968bd8
] workflows: debugpublish-release
job incontinuous-deployment
workflow - [
8c6ea60
] workflows: debugpublish-release
step incontinuous-deployment
workflow - [
fa790a1
] workflows: debugpublish-release
step incontinuous-deployment
workflow - [
3814346
] workflows: fixget-deployment-details
job incontinuous-deployment
workflow - [
0743e76
] workflows: fixpublish-release
job incontinuous-deployment
workflow