Skip to content

Tags: kinbiko/jsonassert

Tags

v1.2.0

Toggle v1.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: Go version bump and other maintenance chores (#46)

- Introduce a Makefile for easier consistent usage of tools (mainly the
  linter) locally and in CI
- Add an `Assert` (no `f` suffix), since `go vet` has started
  complaining about that.
- Bump project Go version
- Bump GitHub actions versions
- Address new lint violations

v1.1.1

Toggle v1.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: Unordered arrays of objects with PRESENCE fix (#40)

v1.1.0

Toggle v1.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add support for unordered arrays (#30)

* feat: Add support for unordered arrays

- Use the "<<UNORDERED>>" directive as the first string in the unordered
  array to ignore ordering when comparing arrays.
- Adds unit tests for this new logic.
- Adds a big real-world payload integration test that should cover most
  of the features of this package in combination

* fix: Remove snippet of unreachable code

* docs: Explain <<UNORDERED>> in README

* docs: Explain <<UNORDERED>> in GoDocs

* docs: Add <<UNORDERED>> runnable example

* chore: Address self-review comments (#30)

v1.1.0-beta

Toggle v1.1.0-beta's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add support for unordered arrays (#30)

* feat: Add support for unordered arrays

- Use the "<<UNORDERED>>" directive as the first string in the unordered
  array to ignore ordering when comparing arrays.
- Adds unit tests for this new logic.
- Adds a big real-world payload integration test that should cover most
  of the features of this package in combination

* fix: Remove snippet of unreachable code

* docs: Explain <<UNORDERED>> in README

* docs: Explain <<UNORDERED>> in GoDocs

* docs: Add <<UNORDERED>> runnable example

* chore: Address self-review comments (#30)

v1.0.2

Toggle v1.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
docs: Document '%' in expectedJSON case (#28)

v1.0.1

Toggle v1.0.1'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 #17 from kinbiko/fix-line-numbers

Ignore stackframes from this package in assertions

v1.0.0

Toggle v1.0.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 #13 from kinbiko/examples

Add documentation examples

v0.3.0

Toggle v0.3.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 #10 from kinbiko/docs-improvements

Docs improvements

v0.2.0

Toggle v0.2.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 #7 from kinbiko/remove-travis-workaround

Remove travis workaround

v0.1.0

Toggle v0.1.0's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
Truth-ify the readme