Skip to content

Releases: nioe/madr-tools

v1.2.0

16 Sep 08:52
7325e27
Compare
Choose a tag to compare

1.2.0 (2024-09-16)

🚀 Features

  • Change built package from CJS to ESM (fbc5cfe)

v1.1.3

26 Jul 12:28
7c1562f
Compare
Choose a tag to compare

1.1.3 (2024-07-26)

🐛 Bug Fixes

  • Update GitHub URL in package.json to madr-tools (b4174b1)

v1.1.2

22 Jul 08:39
57e0976
Compare
Choose a tag to compare

1.1.2 (2024-07-22)

📦 Build System & Dependencies

  • deps-dev: Bump husky from 9.0.11 to 9.1.1 (e51420f)
  • deps-dev: Bump prettier from 3.3.2 to 3.3.3 (028545a)

v1.1.1

18 Jul 14:18
36da603
Compare
Choose a tag to compare

1.1.1 (2024-07-18)

📦 Build System & Dependencies

  • Add dependabot (b395524)
  • deps-dev: Bump @types/node from 20.14.10 to 20.14.11 (ed3c1ff)
  • deps-dev: Bump @typescript-eslint/eslint-plugin from 7.15.0 to 7.16.1 (81e2565)
  • deps-dev: Bump @typescript-eslint/parser from 7.15.0 to 7.16.1 (e92968a)
  • deps-dev: Bump eslint-plugin-prettier from 5.1.3 to 5.2.1 (1482e0a)
  • deps-dev: Bump rimraf from 5.0.8 to 6.0.1 (7496af3)
  • Enable tree shaking (9464623)

v1.1.0

08 Jul 09:57
dc9799d
Compare
Choose a tag to compare

1.1.0 (2024-07-08)

🚀 Features

  • Bundle dependencies to make CLI work without installing additional packages (0cb0326)

v1.0.1

08 Jul 08:11
ef13182
Compare
Choose a tag to compare

1.0.1 (2024-07-08)

🐛 Bug Fixes

  • Make finding correct title work on Windows with CRLF (01e356c)

📦 Build System & Dependencies

v1.0.0 - First stable release 🎉

15 Feb 06:17
Compare
Choose a tag to compare

📖 Documentation

v0.0.2

15 Feb 06:15
Compare
Choose a tag to compare

🔄 CI/CD

  • Only run build script on branches (not tags) (50c877e)

📖 Documentation

0.0.1

14 Feb 14:12
Compare
Choose a tag to compare

🚀 Features

  • Add 'new' command to create new MADR files based on tempalte (1c7dfca)
  • Add first version of init command (5530432)
  • Add tools and cli skeleton (4745d98)
  • Introduce command to create and update index file (726827b)

🔄 CI/CD

  • Add GitHub workflow to build and publish npm package (1bb4bc3)
  • Remove dry-run flag from publish step (9cfb3fa)

📖 Documentation