Age | Commit message (Expand) | Author |
2022-08-20 | Export all write* functions as JSONWrite* | Anthony Wang |
2022-08-20 | Export everything in decoding_json | Marius Orcsik |
2022-06-04 | Added benchmarks for 'ToXX' vs 'To[T type]'•••They show some weird numbers considering the 'On' benchmarks
| Marius Orcsik |
2022-05-25 | Unified some more the error for invalid types | mariusor |
2022-05-25 | Adding some Format methods for custom printing of objects | mariusor |
2022-05-25 | Unified error messages when being unable to convert to specific types using O... | mariusor |
2022-05-24 | Improvements to Equals methods for actor and activity | mariusor |
2022-04-20 | Converted the URL property to support an array of links as a value | mariusor |
2022-03-19 | Fix gob encoding the URL | Marius Orcsik |
2022-03-19 | Using go1.18 and adding some interface types that can be used for generics | Marius Orcsik |
2022-01-13 | Simplify the Type gob encode/decode | mariusor |
2022-01-12 | Adding more gob encoding/decoding for specific object types | mariusor |
2022-01-12 | Move gob encode/decode to their respective separate files | mariusor |
2022-01-12 | Adding some trial and error over recognized types for gob decoding an item's ... | mariusor |
2022-01-12 | Use a specific type for IRI.GetType | mariusor |
2022-01-02 | Adding gob encoding for an object | Marius Orcsik |
2022-01-02 | Added source gob marshal/unmarshal | Marius Orcsik |
2022-01-02 | Changed Object.URL property to be an Item not just a link or iri | Marius Orcsik |
2022-01-02 | Renamed gobEncode string like function | Marius Orcsik |
2021-12-30 | Be consistent in how we encode stringy types•••Namely as []byte slices
| mariusor |
2021-12-30 | Added gob Marshal/Unmarshal for ActivityVocabularyType type | mariusor |
2021-12-30 | Added gob Marshal/Unmarshal for MimeType type | mariusor |
2021-11-14 | Aligned types in the Objects interface | Marius Orcsik |
2021-11-12 | Fix union types | mariusor |
2021-11-12 | Added generics compatible interface type constraints for Objects, Collections... | Marius Orcsik |
2021-11-12 | Fix some linting warnings | mariusor |
2021-11-07 | Updated comment for the Relationship object | Marius Orcsik |
2021-08-15 | Use fastjson properly | Marius Orcsik |
2021-08-14 | Replace jsonparser to fastjson for parsing json | Marius Orcsik |
2021-04-02 | Disabled all GobEncoding/Decoding and BinaryMarshal/Unmarshal functionality | Marius Orcsik |
2021-03-14 | Adding placeholder Marshal/UnmarshalBinary and GobEncode/Decode | Marius Orcsik |
2021-03-14 | Renamed internal functions used for JSON buffer write•••This is done to ensure we're not overlapping with the future gob functionality
| Marius Orcsik |
2021-01-13 | Removed flatten functionality from here | mariusor |
2020-12-28 | Added ToLink and OnLink functions | Marius Orcsik |
2020-12-28 | Uniform receiver names for MimeType methods | Marius Orcsik |
2020-07-16 | Adding a default case for type conversion using the reflect package | Marius Orcsik |
2020-06-30 | Refactored types a bit | Marius Orcsik |
2020-05-15 | Improved ItemCollectionDeduplication•••More tests for object equality method
| Marius Orcsik |
2020-05-07 | Added functionality for checking if objects are equal | Marius Orcsik |
2020-03-23 | Having all activitypub vocabulary types available in a slice | Marius Orcsik |
2019-12-22 | Added proper Link Json marshaling•••Fix some corner cases for Link unmarshaling
Small cleanups
| Marius Orcsik |
2019-12-21 | Refactoring loading of object/intransitive activity/activity types from json ... | Marius Orcsik |
2019-12-21 | Refactored a couple of the writeX encoding functions | Marius Orcsik |
2019-12-19 | Refactored marshaling and removing bytes.Buffer in favor of a simple byte slice | Marius Orcsik |
2019-12-19 | Added actor Json marshal | Marius Orcsik |
2019-12-19 | Added Activity/IntransitiveActivity/Question Json marshaling and tests | Marius Orcsik |
2019-12-19 | Completed functionality of Object.MarshalJSON•••Added a couple more tests
Added proper time.Duration to xsd:duration encoding
| Marius Orcsik |
2019-12-19 | Improvements to Object, NaturalLanguage and Source Json marshaling•••Improvements to tests
| Marius Orcsik |
2019-12-19 | Adding some marshaler functions for Object related types | Marius Orcsik |
2019-12-05 | Some other places where we removed Object from names of things | Marius Orcsik |