aboutsummaryrefslogtreecommitdiff
path: root/ordered_collection_page.go
AgeCommit message (Expand)Author
2022-08-20Export all write* functions as JSONWrite*Anthony Wang
2022-08-20Export everything in decoding_jsonMarius Orcsik
2022-05-25Unified some more the error for invalid typesmariusor
2022-05-25Adding some Format methods for custom printing of objectsmariusor
2022-05-25Unified error messages when being unable to convert to specific types using O...mariusor
2022-04-20Converted the URL property to support an array of links as a valuemariusor
2022-01-12Adding gob encode/decode functionality for *Collection typesmariusor
2021-11-12Fix some misspellsmariusor
2021-11-12Fix some linting warningsmariusor
2021-09-18Remove returning total items for collection, collection page, ordered collect...•••This should be moved to a different method/function Marius Orcsik
2021-08-15Use fastjson properlyMarius Orcsik
2021-06-06Don't crash if collections are nil when invoking Count()Marius Orcsik
2021-04-02Disabled all GobEncoding/Decoding and BinaryMarshal/Unmarshal functionalityMarius Orcsik
2021-03-14Adding placeholder Marshal/UnmarshalBinary and GobEncode/DecodeMarius Orcsik
2021-03-14Renamed 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-02Added IsNil function to assert to Object or ItemCollection before checking fo...mariusor
2020-12-28Modified ItemMatches method fo match changed ItemMatcher interfaceMarius Orcsik
2020-08-30Improved 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-16Adding a default case for type conversion using the reflect packageMarius Orcsik
2020-05-07Added functionality for checking if objects are equalMarius Orcsik
2020-03-29Making Collection,OrderedCollectin and Item array implement the ItemMatcher i...Marius Orcsik
2020-01-21Don't use pointer receiver for Collection() method in ordered collection and ...Marius Orcsik
2020-01-20Change the order in which we output json fields for collectionsMarius Orcsik
2019-12-21Refactoring loading of collection, actor and additional object types from jso...Marius Orcsik
2019-12-21Refactored a couple of the writeX encoding functionsMarius Orcsik
2019-12-19Refactored marshaling and removing bytes.Buffer in favor of a simple byte sliceMarius Orcsik
2019-12-19Added marshal Json method to Place, Profile, Relationship and TombstoneMarius Orcsik
2019-12-19Added collection/ordered_collection and their pages Json marshal methodsMarius Orcsik
2019-12-05Some other places where we removed Object from names of thingsMarius Orcsik
2019-12-05Renamed ObjectID to IDMarius Orcsik
2019-12-03Added the Object related Source and collection propertiesMarius Orcsik
2019-12-03Holy shit! Merged the activitystreams repo•••Only 3 tests failing Marius Orcsik