Skip to content

Releases: customcommander/tagtical

v3.0.0

21 Jan 00:41
Compare
Choose a tag to compare

3.0.0 (2021-01-21)

Code Refactoring

  • deprecate tags composition and user-defined tags (2717e65)

BREAKING CHANGES

  • users cannot define their own tags or compose tags anymore

These two features have never been "advertised" anyway so there is
very little risk that anybody ever used them. However this is
in effect a breakin change and therefore warrants a major release.

v2.5.0

17 Jun 19:56
Compare
Choose a tag to compare

2.5.0 (2020-06-17)

Features

  • implement tag list to return the textual representation of an array (82c90a1)

v2.4.0

15 Feb 15:44
Compare
Choose a tag to compare

2.4.0 (2020-02-15)

Features

  • time - add support for 'l' and 'D' formatting characters (26a3af3)

v2.3.0

22 Jan 14:01
Compare
Choose a tag to compare

2.3.0 (2020-01-22)

Features

  • implement a fill option for the hide tag (163c261)

v2.2.0

10 Jan 01:43
Compare
Choose a tag to compare

2.2.0 (2020-01-10)

Features

  • implement tag time to format dates within a string (7643979)

v2.1.0

07 Jan 00:18
Compare
Choose a tag to compare

2.1.0 (2020-01-07)

Features

  • hide: default mask can be overridden (3fccd4d)

v2.0.0

04 Jan 22:20
Compare
Choose a tag to compare

2.0.0 (2020-01-04)

Features

  • defaults tag now consider number 0 or NaN as "empty" value (59f5f53)

BREAKING CHANGES

  • it is now impossible to have a default value for an
    interpolated number equals to 0 or NaN.

v1.3.0

02 Jan 21:19
Compare
Choose a tag to compare

1.3.0 (2020-01-02)

Features

v1.2.0

02 Jan 14:48
Compare
Choose a tag to compare

1.2.0 (2020-01-02)

Features

  • implement the pluralize tag (2c38368)

v1.1.0

01 Jan 15:43
Compare
Choose a tag to compare

1.1.0 (2020-01-01)

Features

  • implements trim, upper tags and allows tags to be composed (c13c4b5)