Sourced from true-myth's releases.
Release 7.0.1
:bug: Bug Fix
- #570 Fix CJS import location in package
exports
map (@chriskrycho
):house: Internal
- #569 Fix docs publishing GH Action (
@chriskrycho
)Committers: 1
- Chris Krycho (
@chriskrycho
)Release 7.0.0
There is only one actual breaking change since 6.x: dropping support for Node versions earlier than Node 18 LTS. (While that is a small breaking change, around here we like taking care of technical details and SemVer.)
The main benefit here is adding back support for CJS consumption—though it still requires using a recent TS version with support for
exports
maps and using an appropriate module resolution mode. (We may be able to add support for more "classic" module resolution modes later, as a non-breaking change, with this in place—but make no guarantees!):boom: Breaking Change
- #562 [Breaking] Require Node 18, adopt pnpm, use latest release-it (
@chriskrycho
):rocket: Enhancement
- #567 Publish True Myth as a dual-mode package (ESM + CJS) (
@chriskrycho
)- #561 Add type-safe
Ok.cast()
andErr.cast()
methods (@chriskrycho
)- #552 Add support for TypeScript 5.0 and 5.1 (
@dependabot[bot]
)- #469 Add support for TypeScript 4.9 (
@dependabot[bot]
):memo: Documentation
- #568 Upgrade to latest TypeDoc (
@chriskrycho
):house: Internal
- #566 Use pnpm in CI (
@chriskrycho
)Committers: 3
- Chris Krycho (
@chriskrycho
)- Josh Martinez (
@jm4rtinez
)@DaviDevMod
Sourced from true-myth's changelog.
7.0.1 (2023-07-16)
:bug: Bug Fix
- #570 Fix CJS import location in package
exports
map (@chriskrycho
):house: Internal
- #569 Fix docs publishing GH Action (
@chriskrycho
)Committers: 1
- Chris Krycho (
@chriskrycho
)7.0.0 (2023-07-15)
:boom: Breaking Change
- #562 [Breaking] Require Node 18, adopt pnpm, use latest release-it (
@chriskrycho
):rocket: Enhancement
- #567 Publish True Myth as a dual-mode package (ESM + CJS) (
@chriskrycho
)- #561 Add type-safe
Ok.cast()
andErr.cast()
methods (@chriskrycho
)- #552 Add support for TypeScript 5.0 and 5.1 (
@dependabot[bot]
)- #469 Add support for TypeScript 4.9 (
@dependabot[bot]
):memo: Documentation
- #568 Upgrade to latest TypeDoc (
@chriskrycho
):house: Internal
- #566 Use pnpm in CI (
@chriskrycho
)Committers: 3
- Chris Krycho (
@chriskrycho
)- Josh Martinez (
@jm4rtinez
)@DaviDevMod
b188cf8
Release 7.0.11418393
Merge pull request #570
from true-myth/cjs-indexee401bb
Fix CJS import location in package exports
map426eeb9
Update README.md for Node 18 requirement177870d
Merge pull request #569
from true-myth/docs-fixesc93c8f8
Fix docs publishing GH Action14a856e
Release 7.0.0c1a7fcd
Update lerna publish config.d928d76
Merge pull request #568
from true-myth/fix-docs0e25c88
Upgrade to latest TypeDoc