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-01-12 | Adding gob encode/decode functionality for *Collection types | mariusor |
2021-11-12 | Fix some misspells | mariusor |
2021-11-12 | Fix some linting warnings | mariusor |
2021-09-18 | Remove returning total items for collection, collection page, ordered collect...•••This should be moved to a different method/function
| Marius Orcsik |
2021-08-15 | Use fastjson properly | Marius Orcsik |
2021-06-06 | Don't crash if collections are nil when invoking Count() | 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-02-02 | Added IsNil function to assert to Object or ItemCollection before checking fo... | mariusor |
2020-12-28 | Modified ItemMatches method fo match changed ItemMatcher interface | Marius Orcsik |
2020-08-30 | Improved reflection based type conversion for collection types•••This avoids some panics when the types are not compatible
I added tests for On*Collection* with all collection types
| Marius Orcsik |
2020-07-16 | Adding a default case for type conversion using the reflect package | Marius Orcsik |
2020-05-07 | Added functionality for checking if objects are equal | Marius Orcsik |
2020-03-29 | Making Collection,OrderedCollectin and Item array implement the ItemMatcher i... | Marius Orcsik |
2020-01-21 | Don't use pointer receiver for Collection() method in ordered collection and ... | Marius Orcsik |
2020-01-20 | Change the order in which we output json fields for collections | Marius Orcsik |
2019-12-21 | Refactoring loading of collection, actor and additional object types from jso... | 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 marshal Json method to Place, Profile, Relationship and Tombstone | Marius Orcsik |
2019-12-19 | Added collection/ordered_collection and their pages Json marshal methods | 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 |