Skip to content

Releases: williansaez/code-ref-vault

1.0.3

Choose a tag to compare

@github-actions github-actions released this 01 Jul 17:25

Full Changelog: 1.0.2...1.0.3

1.0.2

Choose a tag to compare

@williansaez williansaez released this 01 Jul 17:14

Build tooling: replace the builtin-modules package with Node's native module.builtinModules. No user-facing changes.

1.0.1

Choose a tag to compare

@williansaez williansaez released this 01 Jul 16:20

Review fixes:

  • eslint-disable directive now has a description
  • textarea width moved to a CSS class (no inline styles)
  • typed loadData() result (no unsafe any)

No user-facing behavior changes.

1.0.0

Choose a tag to compare

@williansaez williansaez released this 01 Jul 15:54

Initial release of Code File Embed.

Embed a vault file as a syntax-highlighted code block:

```codefile src/foo.abap:10-25

- Highlight by extension, live update on save/rename, optional line range, clickable header, configurable language map.