Skip to content

Releases: ezekg/xo

0.3.0

06 May 17:27
Compare
Choose a tag to compare

Add support for escaped characters within fallback values.

0.2.2

19 Jan 16:51
Compare
Choose a tag to compare

Updated pattern to not include any empty flags at the beginning of the regexp ((?)), reducing the possibility of bad things happening.

0.2.1

19 Jan 15:23
Compare
Choose a tag to compare

Quick code cleanup, removing an unused compact() func that was left behind after split() was introduced.

0.2.0

18 Jan 23:40
Compare
Choose a tag to compare

Add support for unicode characters and escaped delimiters. Thanks, @samgd!

0.1.4

15 Jan 14:40
Compare
Choose a tag to compare

Add additional tests and error messages for invalid usage.

0.1.3

14 Jan 19:24
Compare
Choose a tag to compare

Update valid fallback characters to include a broader range, even allowing the use of other fallback values.

0.1.2

14 Jan 05:14
Compare
Choose a tag to compare

Updated flag placement from left side to right side, following the convention used in most languages.

0.1.1

14 Jan 04:52
Compare
Choose a tag to compare

Updated internal wording and formatting of code. Add additional tests.

0.1.0

14 Jan 04:11
Compare
Choose a tag to compare

Initial release!