Age | Commit message (Expand) | Author |
2023-01-30 | parse: Simplify the stack states for arrays | Luke Shumaker |
2023-01-30 | decode: Tidy up DecodeObject and DecodeArray | Luke Shumaker |
2023-01-30 | decode: Fix DecodeTypeError offsets | Luke Shumaker |
2023-01-30 | decode: s/stack/structStack/ | Luke Shumaker |
2023-01-30 | Add a ReleaseNotes.md file | Luke Shumaker |
2023-01-30 | Add a .editorconfig file | Luke Shumaker |
2023-01-30 | encode: Fix errors for marshalers/encodables with bad output | Luke Shumaker |
2023-01-29 | Move things between files | Luke Shumaker |
2023-01-29 | parse: Add an example of how the stack works for arrays, add tests | Luke Shumaker |
2023-01-29 | Merge branch 'lukeshu/quality' | Luke Shumaker |
2023-01-29 | parse: Add a runeTypeAny instead of overloading RuneTypeError | Luke Shumaker |
2023-01-29 | HexToInt: No need to be generic | Luke Shumaker |
2023-01-29 | Move the base64 decode to the internal package | Luke Shumaker |
2023-01-29 | .golangci.yml: Turn on 'stylecheck', fix | Luke Shumaker |
2023-01-29 | .golangci.yml: Turn on 'prealloc', fix | Luke Shumaker |
2023-01-29 | .golangci.yml: Turn on 'paralleltest', fix | Luke Shumaker |
2023-01-29 | .golangci.yml: Turn on 'noctx', fix | Luke Shumaker |
2023-01-29 | .golangci.yml: Turn on 'nakedret', fix | Luke Shumaker |
2023-01-29 | .golangci.yml: Turn on 'godot', fix | Luke Shumaker |
2023-01-29 | .golangci.yml: Turn on 'gocritic', fix | Luke Shumaker |
2023-01-29 | .golangci.yml: Turn on 'dupword', fix | Luke Shumaker |
2023-01-29 | .golangci.yml: Turn on 'dupl', fix | Luke Shumaker |
2023-01-29 | .golangci.yml: Turn on all passing linters | Luke Shumaker |
2023-01-29 | .golangci.yml: Turn on gosec and nolintlint | Luke Shumaker |
2023-01-29 | .golangci.yml: Tighten up the configs of existing linters | Luke Shumaker |
2023-01-29 | .golangci.yml: Turn on formatting linters 'gci' and 'gofumpt', fix | Luke Shumaker |
2023-01-29 | .golangci.yml: Don't hide issues from me | Luke Shumaker |
2023-01-29 | .golangci.yml: Fix syntax | Luke Shumaker |
2023-01-29 | tools: Upgrade golangci-lint | Luke Shumaker |
2023-01-29 | Improve/fix documentation and comments | Luke Shumaker |
2023-01-29 | struct: Rework the arguments of indexStructInner to make more sense | Luke Shumaker |
2023-01-29 | parse: Change the StringBeg/StringEnd symbols | Luke Shumaker |
2023-01-26 | Write documentationv0.2.0 | Luke Shumaker |
2023-01-26 | Move the Parser to the internal package | Luke Shumaker |
2023-01-25 | Delete things I don't want to document | Luke Shumaker |
2023-01-25 | compat/json: Don't forget to alias json.Unmarshaler | Luke Shumaker |
2023-01-25 | mv LICENSE LICENSE.txt | Luke Shumaker |
2023-01-25 | LICENSE: Split the GPL to a separate file | Luke Shumaker |
2022-09-19 | Combine all of the license files in to a single LICENSEv0.1.0 | Luke Shumaker |
2022-09-19 | Give every .go file an SPDX-License-Identifier | Luke Shumaker |
2022-08-30 | Allow calling lowmemjson.Encode at the root of EncodeJSON | Luke Shumaker |
2022-08-21 | Add tests for the actual usability of the Decodable and Encodable interfaces | Luke Shumaker |
2022-08-21 | decode: Add DecodeObject and DecodeArray helper methods | Luke Shumaker |
2022-08-21 | decode: Lean in to io.RuneScanner | Luke Shumaker |
2022-08-18 | Add more reencode tests | Luke Shumaker |
2022-08-17 | Get the borrowed files passing the linter | Luke Shumaker |
2022-08-17 | Get the linter passing (even if it means ignoring borrowed files) | Luke Shumaker |
2022-08-17 | reencode: Implement CompactIfUnder | Luke Shumaker |
2022-08-17 | reencode: Encapsulate the handleRune state in a struct | Luke Shumaker |
2022-08-17 | reencode: Split handleRune in to pre- and post- parts | Luke Shumaker |