Skip to content

Releases: jsonnext/codemirror-json-schema

v0.7.6

01 Jun 11:40
41c0f66
Compare
Choose a tag to compare

Patch Changes

  • #115 c8d2594 Thanks @acao! - set @codemirror/autocomplete as an optional peer, at a fix version for a bug with curly braces

v0.7.5

01 Jun 11:25
f7bfaee
Compare
Choose a tag to compare

Patch Changes

  • #112 ccffa61 Thanks @acao! - fixes bundling - remove .js imports and remains as moduleResolution: 'Node' to match cm6

v0.7.4

01 Jun 09:11
5a22761
Compare
Choose a tag to compare

Patch Changes

v0.7.3

30 May 08:31
c63fc22
Compare
Choose a tag to compare

Patch Changes

v0.7.2

11 May 19:05
5e95143
Compare
Choose a tag to compare

Patch Changes

v0.7.1

23 Apr 17:47
Compare
Choose a tag to compare

Patch Changes

v0.7.0

23 Feb 02:18
Compare
Choose a tag to compare

Minor Changes

  • #85 c694451 Thanks @imolorhe! - Added YAML support, switched back to markdown for messages, provide markdown rendering, and fix some autocompletion issues

v0.6.1

05 Jan 18:18
b3a0aa7
Compare
Choose a tag to compare

Patch Changes

v0.6.0

04 Dec 00:38
1eac98a
Compare
Choose a tag to compare

Minor Changes

  • #64 0aaf308 Thanks @acao! - Breaking Change: replaces backticks with <code> blocks in hover and completion! This just seemed to make more sense.

    • upgrade json-schema-library to the latest 8.x with patch fixes, remove "forked" pointer step logic
    • after autocompleting a property, when there is empty value, provide full autocomplete options
    • as noted in the breaking change notice, all psuedo-markdown backtick ``delimiters are replaced with<code>

v0.5.1

29 Nov 22:52
Compare
Choose a tag to compare

Patch Changes