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-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-04-20 | Converted the URL property to support an array of links as a value | mariusor |
2022-03-22 | Improved documentation on the remaining OnXXX functions for custom objects | mariusor |
2022-01-13 | Adding gob encode/decode for place, profile, question, relationship, tombsto... | mariusor |
2021-11-12 | More lint errors fixed | Marius Orcsik |
2021-11-12 | Fix some linting warnings | mariusor |
2021-09-12 | Add nil checks for OnX helper functions | Marius Orcsik |
2021-08-15 | Use fastjson properly | 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-31 | Updated OnX functions to apply the function on an item collection if that's w...•••This still has the downside that the collection might contain different types of objects
but I can't think of a better way to do it at the moment
| Marius Orcsik |
2020-11-28 | Add extra OnPlace/OnProfile/OnRelationship/OnTombstone functions | Marius Orcsik |
2020-07-16 | Adding a default case for type conversion using the reflect package | Marius Orcsik |
2020-05-15 | Improved ItemCollectionDeduplication•••More tests for object equality method
| Marius Orcsik |
2019-12-21 | Refactoring loading of collection, actor and additional object types from jso... | Marius Orcsik |
2019-12-19 | Refactored marshaling and removing bytes.Buffer in favor of a simple byte slice | Marius Orcsik |
2019-12-19 | Added marshal Json method to Place, Profile, Relationship and Tombstone | Marius Orcsik |
2019-12-05 | Some other places where we removed Object from names of things | Marius Orcsik |
2019-12-05 | Renamed ObjectID to ID | Marius Orcsik |
2019-12-03 | Added the Object related Source and collection properties | Marius Orcsik |
2019-12-03 | Holy shit! Merged the activitystreams repo•••Only 3 tests failing
| Marius Orcsik |