Skip to content

Latest commit

Β 

History

History
220 lines (174 loc) Β· 22.2 KB

CHANGELOG.md

File metadata and controls

220 lines (174 loc) Β· 22.2 KB

1.0.0-alpha.5 (2024-03-15)

πŸ“¦ Build

  • [a66cec6] deps-dev: Bump esbuild from 0.20.1 to 0.20.2 (#19)
  • [949d7c1] deps-peer: bump @flex-development/unist-util-types from 1.0.0 to 1.1.0

πŸ“ Documentation

  • [5b0efc7] [contributing] fix commitlint config reference

✨ Features

  • [f91b7cc] nodes: leading and trailing comments
  • [0075a66] types: Comments

🦾 Refactors

1.0.0-alpha.4 (2024-03-13)

⚠ BREAKING CHANGES

  • nodes: [ImportSpecifier] kind

πŸ“¦ Build

  • [296765f] deps-dev: Bump the commitlint group with 1 update (#15)
  • [560d2dd] deps-dev: Bump the typescript-eslint group with 2 updates (#14)

πŸ€– Continuous Integration

  • [51af83d] deps: Bump actions/checkout from 4.1.1 to 4.1.2 (#16)

✨ Features

  • [e614e86] content: [node] EsastNode
  • [0c8009b] nodes: [ImportSpecifier] kind

πŸ› Fixes

  • [0c95017] nodes: [ExportNamedDeclaration] define children as tuple union

🦾 Refactors

1.0.0-alpha.3 (2024-03-11)

πŸ› Fixes

  • [7cf7fb4] nodes: [TryStatement] define children as tuple union

1.0.0-alpha.2 (2024-03-11)

✨ Features

  • [5caa8b4] content: AnyNode, AnyParent, Child, NodeMap
  • [7fb1573] nodes: Nothing

1.0.0-alpha.1 (2024-03-09)

πŸ“¦ Build

  • [45eda76] deps-dev: Bump @arethetypeswrong/cli from 0.15.0 to 0.15.1 (#7)
  • [c9af58a] deps-dev: bump @types/node from 20.11.24 to 20.11.25
  • [bdfd445] deps-dev: Bump eslint-plugin-jsdoc from 48.2.0 to 48.2.1 (#6)
  • [20a9811] deps-dev: Bump eslint-plugin-markdown from 3.0.1 to 4.0.1 (#5)
  • [0259a94] deps-dev: bump typescript from 5.3.3 to 5.4.2
  • [ea81415] deps: Bump semver from 5.7.1 to 5.7.2 (#3)

πŸ€– Continuous Integration

  • [593e226] deps: Bump actions/add-to-project from 0.5.0 to 0.6.0 (#2)
  • [0464687] deps: Bump actions/create-github-app-token from 1.8.1 to 1.9.0 (#1)
  • [1c0a7d5] workflows: [no-response] use bot token

πŸ“ Documentation

  • [7f4db46] spec: [nodes] add wip note + source code reference
  • [6883b68] spec: git install
  • [550da19] spec: nodes (abstract)
  • [a3a65a3] spec: where this specification fits

✨ Features

🏑 Housekeeping

🦾 Refactors

  • [1fbe902] types: SourceType -> SourceMode