Skip to content

Releases: coveooss/json-schema-for-humans

v1.0.2

16 May 18:24
Compare
Choose a tag to compare

1.0.2 (2024-05-16)

Bug Fixes

  • Fix for unstable enum description templating_utils.py (#243) (c304af8)

v1.0.1

06 May 17:53
Compare
Choose a tag to compare

1.0.1 (2024-05-06)

Bug Fixes

  • Move types packages to dev-dependencies (#242) (8050904)

v1.0.0

03 May 20:43
Compare
Choose a tag to compare

1.0.0 (2024-05-03)

Allow Special characters in HTML ids (anchor links)

30 Nov 14:42
Compare
Choose a tag to compare

With this release, nearly all characters are allowed to be used in anchor links.

This should be fine in all modern browsers as it is allowed in the HTML5 specification.

Now links to property in non-ASCII script will be a lot more readable. For example, http://www.example.com/schema.html#名前 instead of http://www.example.com/schema.html#a__. Collisions are also way less frequent.

See #178 for all details.

Revert to the old behavior

If you prefer to stick with the old anchor links (to keep your existing links working or for use in very old browsers), you can do so by setting the config parameter old_anchor_links to true.

Forbidden characters

  • All whitespaces are replaced by _
  • ", ', \, #, ?, and & are removed without a replacement