8000 Tags · customcommander/tagtical · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Jun 21, 2024. It is now read-only.

Tags: customcommander/tagtical

Tags

v3.0.0

Toggle v3.0.0's commit message
refactor: deprecate tags composition and user-defined tags

This simplifies a few things and some code has been deleted as a result.

BREAKING CHANGE: 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

Toggle v2.5.0's commit message
feat: implement tag list to return the textual representation of an a…

…rray

v2.4.0

Toggle v2.4.0's commit message
feat: time - add support for 'l' and 'D' formatting characters

v2.3.0

Toggle v2.3.0's commit message
feat: implement a fill option for the hide tag

v2.2.0

Toggle v2.2.0's commit message
feat: implement tag time to format dates within a string

v2.1.0

Toggle v2.1.0's commit message
feat: hide: default mask can be overridden

a significant refactoring has been necessary
to allow all tag functions to accept an object
of options:

```javascript
myTag({foo_enabled: true})`do something with ${x} and ${y}`
```

v2.0.0

Toggle v2.0.0's commit message
feat: defaults tag now consider number 0 or NaN as "empty" value

it is wrong to consider 0 as an empty value for a number in general
but in the context of the defaults tag it would make sense to relax
this principle.

defaults`Hey ${name} you have ${num}/no new emails`

you probably want for name="John" and num=0

"Hey John you have no new emails"

instead of

"Hey John you have 0 new emails"

BREAKING CHANGE:

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

v1.3.0

Toggle v1.3.0's commit message
feat: implement defaults tag

v1.2.0

Toggle v1.2.0's commit message
chore: fix a bug where semantic-release runs in dry mode when running…

… inside a docker container

v1.1.0

Toggle v1.1.0's commit message
feat: implements trim, upper tags and allows tags to be composed

0