• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

pelletier / go-toml / 518

Builds Branch Commit Type Ran Committer Via Coverage
518 master Make multi-line arrays always use trailing commas (#217) This makes ArraysWithOneElementPerLine output arrays with commas after every element. ``` A = [1,2,3] ``` Now becomes: ``` A = [ 1, 2, 3, ] ``` push 28 Feb 2018 11:37PM UTC pelletier travis-ci pending completion   set done
516 master Fix backward incompatibility for Set* methods (#213) Patch #185 introduced a backward incompatibility by changing the arguments of the `Set*` methods on `Tree`. This change restores the arguments to what they previous were, and introduces `S... push 18 Jan 2018 10:56PM UTC web-flow travis-ci pending completion   set done
515 master Fix backward incompatibility for Set* methods Patch #185 introduced a backward incompatibility by changing the arguments of the `Set*` methods on `Tree`. This change restores the arguments to what they previous were, and introduces `SetWithComme... Pull #213 18 Jan 2018 10:54PM UTC web-flow travis-ci pending completion   set done
508 master Bump go versions (#211) push 16 Jan 2018 12:09AM UTC web-flow travis-ci pending completion   set done
507 master Bump go versions Pull #211 16 Jan 2018 12:07AM UTC web-flow travis-ci pending completion   set done
505 master Bump go versions Pull #211 15 Jan 2018 11:59PM UTC web-flow travis-ci pending completion   set done
504 master Bump go versions Pull #211 15 Jan 2018 11:55PM UTC web-flow travis-ci pending completion   set done
497 master Lint (#206) push 22 Dec 2017 11:47AM UTC web-flow travis-ci pending completion   set done
496 master go fmt ./... Pull #206 22 Dec 2017 11:43AM UTC web-flow travis-ci pending completion   set done
494 master Support for hex, oct, and bin integers (#205) Add support for non-decimal integers. At the time of writing, this is an unreleased backward-compatible feature of TOML: ``` Non-negative integer values may also be expressed in hexadecimal, oc... push 22 Dec 2017 11:26AM UTC web-flow travis-ci pending completion   set done
493 master Support for hex, oct, and bin integers Add support for non-decimal integers. At the time of writing, this is an unreleased backward-compatible feature of TOML: ``` Non-negative integer values may also be expressed in hexadecimal, octal, or b... Pull #205 22 Dec 2017 11:23AM UTC web-flow travis-ci pending completion   set done
492 master Add Encoder opt to emit arrays on multiple lines (#203) A new Encoder option emits arrays with more than one line on multiple lines. This is off by default and toggled with `ArraysWithOneElementPerLine`. For example: ``` A = [1,2,3] ``` ... push 18 Dec 2017 02:00PM UTC web-flow travis-ci pending completion   set done
490 master Add Encoder opt to emit arrays on multiple lines A new Encoder option emits arrays with more than one line on multiple lines. This is off by default and toggled with `ArraysWithOneElementPerLine`. For example: ``` A = [1,2,3] ``` Becomes: ```... Pull #203 05 Dec 2017 04:04AM UTC web-flow travis-ci pending completion   set done
491 master Add Encoder opt to emit arrays on multiple lines A new Encoder option emits arrays with more than one line on multiple lines. This is off by default and toggled with `ArraysWithOneElementPerLine`. For example: ``` A = [1,2,3] ``` Becomes: ```... Pull #203 05 Dec 2017 04:03AM UTC web-flow travis-ci pending completion   set done
488 master Add Encoder/Decoder types (#192) Usage is similar to the stdlibs JSON encoder/decoder but I tried to leave the general structure of the code the same. Main motivation was to support encoding/decoding options to allow encoding string-type map... push 24 Oct 2017 09:11PM UTC pelletier travis-ci pending completion   set done
  • ← Previous
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • …
  • 14
  • 15
  • Next →
  • Back to Repo
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc