Skip to content

Releases: junghoon-vans/varst

v1.6.0

12 Jan 07:24
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.5.0...v1.6.0

v1.5.0

28 Dec 07:39
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.4.0...v1.5.0

v1.4.0

27 Dec 07:47
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.0...v1.4.0

v1.3.0

26 Dec 12:23
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.1...v1.3.0

v1.2.1

22 Dec 14:00
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.2.0...v1.2.1

v1.2.0

28 Nov 16:13
Compare
Choose a tag to compare

What's Changed

If the output-file is not specified, the input-file is set to default.
For example, the following is possible.

$ varst -i path/to/your.rst 'sub name=new value'

Full Changelog: v1.1.2...v1.2.0

v1.1.2

26 Nov 12:56
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.1...v1.1.2

v1.1.1

24 Nov 17:45
Compare
Choose a tag to compare

What's Changed

It is now available with substitution name that contains whitespaces.
In this case, It must be enclosed in quotes(single or double).

Examples are as follows:

$ varst -i path/to/your.rst -o path/to/your.rst 'sub name'='new value'
$ varst -i path/to/your.rst -o path/to/your.rst 'sub name=new value'

v1.1.0

24 Nov 07:37
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.0...v1.1.0