Skip to content

Releases: DecimalTurn/toml-patch

v0.5.2

Choose a tag to compare

@github-actions github-actions released this 19 Jan 19:58

What's Changed

Fixed

  • Remove circular reference warning (#90)

Full Changelog: v0.5.1...v0.5.2

v0.5.1

Choose a tag to compare

@github-actions github-actions released this 18 Jan 04:55

What's Changed

  • Fix LocalTime timezone parsing issue (2dea07f)
  • Fix multiline string handling when patching by @DecimalTurn in #87

Full Changelog: v0.5.0...v0.5.1

v0.5.0

Choose a tag to compare

@DecimalTurn DecimalTurn released this 26 Dec 22:10

What's Changed

New Features

  • Add truncateZeroTimeInDates formatting option for date serialization by @DecimalTurn in #86

Dependencies

devDependencies

  • Update dependency dedent to v1.7.1 by @renovate[bot] in #83

Full Changelog: v0.4.1...v0.5.0

v0.4.1

Choose a tag to compare

@DecimalTurn DecimalTurn released this 25 Dec 04:26

What’s Changed

New Features

Bug Fixes

  • Dates will now preserve their formatting when patched.

Dependencies

Submodules

  • Updated submodules/toml-test digest to b54f9ff

GitHub Actions

  • Update actions/checkout action to v6
  • Update actions/upload-artifact action to v6

devDependencies

  • Updated node to v24
  • Updated glob to v13
  • Updated rimraf to v6.1.2
  • Updated js-yaml to v4.1.1
  • Updated ts-jest to v29.4.6
  • Updated rollup-plugin-dts to v6.3.0
  • Skipped rollup v4.53.0 due to upstream issues

Other

  • chore(deps): update dependency @decimalturn/toml-patch to v0.3.8 by @renovate[bot] in #65

Full Changelog: v0.3.8...v0.4.1

v0.4.0

v0.4.0 Pre-release
Pre-release

Choose a tag to compare

@DecimalTurn DecimalTurn released this 25 Dec 04:30
Update package version

v0.3.8

Choose a tag to compare

@DecimalTurn DecimalTurn released this 25 Oct 19:50

What's Changed

Bug Fixes

  • Add rountrip tests and fix related issues by @DecimalTurn in #64
    • Ensure trailing end-of-line (EOL) preservation at the end-of-file (ie. if the original TOML doesn't have any EOL at EOF, don't add one and if there's more than one include them).
    • Fix issues with float values (Infinity, -Infinity, NaN, -0)
    • Fix the regular expression for bare TOML keys ensuring correct quoted keys interpretation ("tater.man" != tater.man)
    • Fix nested inline tables issues
    • Fix ghost offset when TOML has no top-level key/value pairs
  • Fix regex for newline matching in 1d28379

Security

Dependencies

Submodules

  • Updated submodules/toml-test digest to 1d35870

GitHub Actions

  • Update actions/upload-artifact action to v5

devDependencies

  • Updated rollup to versions up to v4.52.5
  • Updated typescript to v5.9.3
  • Updated ts-jest to v29.4.5
  • Updated jest monorepo to v30
  • Updated dedent to v1.7.0
  • Updated js-yaml to v4
  • Updated @rollup/plugin-typescript to v12.3.0
  • Updated actions/setup-node to v6
  • Updated socketdev/action to v1.2.0

Other

Full Changelog: v0.3.7...v0.3.8

v0.3.7

Choose a tag to compare

@DecimalTurn DecimalTurn released this 20 Aug 03:08

What's Changed

Full Changelog: v0.3.3...v0.3.7

v0.3.3

Choose a tag to compare

@DecimalTurn DecimalTurn released this 10 May 15:02

What's Changed

Full Changelog: v0.3.2...v0.3.3

v0.3.2

Choose a tag to compare

@DecimalTurn DecimalTurn released this 13 Apr 05:04
dc85dce

What's Changed

  • Fix replacement from Inline-Table to String Value by @DecimalTurn in #3

Full Changelog: v0.3.1...v0.3.2

v0.3.1

Choose a tag to compare

@DecimalTurn DecimalTurn released this 12 Apr 20:42
9cd3e76

What's Changed

Full Changelog: v0.3.0...v0.3.1