Skip to content

Tags: nilium/codf

Tags

v0.3.0

Toggle v0.3.0's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
nilium Nil
v0.3.0

- Remove use of golang.org/x/errors in favor of Go 1.13 errors.
- Require Go 1.13 or later.

v0.2.4

Toggle v0.2.4's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
nilium Nil
v0.2.4

- Update x/errors (#22).

This release should still be compatible with Go 1.12.

v0.2.3

Toggle v0.2.3's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
nilium Nil
v0.2.3

- Add go.sum to verify dependencies.

v0.2.2

Toggle v0.2.2's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
nilium Nil
v0.2.2

- Fixes build error in v0.2.1.

Changes from v0.2.1:
- Add go.mod for Go modules.
- Use xerrors package to attach call frame information to errors and
  wrap existing errors.
- Replace TravisCI with CircleCI.
- Fix lexing of words beginning with "/" having an additional "/"
  prefixed onto them.

v0.2.1

Toggle v0.2.1's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
nilium Nil
v0.2.1

- Add go.mod for Go modules.
- Use xerrors package to attach call frame information to errors and
  wrap existing errors.
- Replace TravisCI with CircleCI.
- Fix lexing of words beginning with "/" having an additional "/"
  prefixed onto them.

v0.2.0

Toggle v0.2.0's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
nilium Nil
Add missing godoc comment for LexerFlag

v0.1.2

Toggle v0.1.2's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
nilium Nil
Fix child reassignment after Map

This fixes a bug that was introduced in e6ce13f where the newChild was
checked and added to the child list but was not walked after being
mapped. This resulted in invalid handling of the child, since the walk
would then proceed incorrectly with the original child instead of its
replacement.

This in particular breaks things like include mappings that replace
a statement with a document (or collection of documents).

v0.1.1

Toggle v0.1.1's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
nilium Nil
Merge branch 'fix-bad-walkerror'

* fix-bad-walkerror:
  Add an additional test around Map and nil nodes
  Only use Map() node result if no error is returned
  Add test for #12 - nil WalkError.Node panics

v0.1.0

Toggle v0.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #11 from nilium/allow-braces-in-barewords

Allow braces & comment runes in barewords