summaryrefslogtreecommitdiff
path: root/CHANGELOG.rdoc
Commit message (Collapse)AuthorAgeFilesLines
* Release 3.7.0HEADv3.7.0masterMatt Brictson2023-02-211-1/+13
|
* Release 3.6.0v3.6.0Matt Brictson2020-12-301-2/+16
|
* Do not indent multiline string values (#54)Taylor Boyko2020-12-281-0/+1
| | | | | | | | | | | | | | | | * do not indent multiline string values * bug fix for newline issue * modified test asset formatting * Add all necessary indentation at time of line output. Indent data fields but not multiline strings. Move much of generator code to class for code simplicity. General code cleanup. * added test for multiline string * Add CHANGELOG entry Co-authored-by: Matt Brictson <matt@mattbrictson.com> Co-authored-by: Matt Brictson <mattbrictson@users.noreply.github.com>
* Add Ruby 2.7 and 3.0 to CI (#55)Matt Brictson2020-12-271-0/+1
| | | | | * Add Ruby 2.7 and 3.0 to CI * Update CHANGELOG
* 3.5.0 was released on 2018-12-22 to rubygemsv3.5.0Matt Brictson2019-07-031-1/+7
| | | | | The gem was packaged and published to rubygems but never committed to GitHub. This commit catches up the repo to match the published gem.
* Preparing v3.4.0v3.4.0Matt Brictson2017-12-081-1/+6
|
* Add description of support custom indent to Changelog and READMEYen-Nan Lin2017-08-221-0/+1
|
* Preparing v3.3.0v3.3.0Matt Brictson2017-04-281-1/+6
|
* Fix ASCII/UTF-8 error. (#38)Markus Reiter2017-04-231-0/+1
| | | | | | | | | | * Add reproducible test for UTF-8/ASCII error. * Change encoding according to `xml` tag. * Add changelog entry. * Add helper method to parse XML encoding.
* Update CHANGELOG for #32Matt Brictson2017-04-181-0/+1
|
* Fix Fixnum, Bignum deprecations in Ruby 2.4 (#33)Matt Brictson2017-04-171-0/+1
| | | | | | Fixnum and Bignum have been deprecated in Ruby 2.4. In any case, both of these classes are subclasses of Integer, so using just Integer in the case statements is sufficient. Remove references to Fixnum and Bignum to silence the deprecations warnings.
* Add 3.2.0 release notes, clean up CHANGELOG (#34)Matt Brictson2017-04-171-0/+119
* Rename to `CHANGELOG.rdoc` * Add v3.2.0 release notes * Add "unreleased" section * Standardize headings for past releases * Add v2.1.2