Skip to content

Latest commit

 

History

History
91 lines (51 loc) · 2.16 KB

CHANGELOG.md

File metadata and controls

91 lines (51 loc) · 2.16 KB

Unreleased

Compare changes

v0.6.0 - 2024-02-13

Changes

  • Add another optional argument to the escape helper, to disallow replacing of hyphens.

    Previously, escape(str, typographic: true) did replace the hyphen between word-characters with "= (i.e. the babel shorthand for a hard-hyphen in German locale).

    Now it is possible to disable the hyphenation replacement explicitly:

    <%= escape str, hyphenation: false %>

    The default value for the hyphenation option defaults to the value given to the typographic option (which in turn is true by default).

Compare changes

v0.5.1 - 2022-10-10

Changes

This is a maintenance release. Expect full compatability with v0.5.0.

  • update dependencies
  • add specs for rails/main

Compare changes

v0.5.0 - 2022-07-22

Compare changes

Changes

  • add support for inline files: <%= texd_inline "contents\n", "filename.txt" %>

v0.4.2 - 2022-06-16

Compare changes

Changes

  • fix deprecation warning ("constant ::UploadIO is deprecated")

v0.4.1 - 2022-06-16

Compare changes

Changes

  • add support for configurable error handling

v0.3.2 - 2022-03-28

Compare changes

Changes

  • add support for Texd reference store
  • add support for Basic Auth credentials

v0.2.2 - 2022-03-22

Compare changes

Fixes

  • escape helper now handles nil values
  • improve Ruby 3.x compatability

Changes

  • state arguments for Texd.render/Texd::Document.render explicitly (forbid no arbitrary arguments)
  • refactor template locals

v0.1.0 - 2022-03-14

Compare changes

  • First public release