What's Changed
- feat: user like is now nested on user document by @LordNoteworthy in #85
- feat: user uploads is now nested on user document by @LordNoteworthy in #86
- feat: user following is now nested on user document by @LordNoteworthy in #87
- feat: user followers is now nested on user document by @LordNoteworthy in #88
- feat: refaction action follow/unfollow by @LordNoteworthy in #89
- feat: refactor how activities are queried by @LordNoteworthy in #90
- fix: count user activities by @LordNoteworthy in #91
- feat: introduce a new endpoint for UI metadata by @LordNoteworthy in #92
- fix: don't use a pointer for comments_count to omit 0 values by @LordNoteworthy in #93
- feat: include UI meta in every GET file resoruce if req originates fr… by @LordNoteworthy in #94
- feat: improve file summary and remove
liked
by @LordNoteworthy in #95 - feat: support Count() and Query() for comments by @LordNoteworthy in #96
- feat: include UI meta in comments/ and strings/ by @LordNoteworthy in #97
- feat: add nosql doc metadata to track updates and schema by @LordNoteworthy in #98
- feat: keep track of user submissions up to a threshold by @LordNoteworthy in #99
- fix: calculating user comments' count by @LordNoteworthy in #100
- feat: include meta in user, comment and behavior resources by @LordNoteworthy in #101
- feat: implement HTTP caching using ETags by @LordNoteworthy in #102
- fix: don't enable caching until file is canned by @LordNoteworthy in #103
- fix: caching in behaviors/ by @LordNoteworthy in #104
- feat: allow searching api names with a
q
parameter by @LordNoteworthy in #105 - chore: remove not needed fields from file summary by @LordNoteworthy in #106
- feat: cache file summary/ by @LordNoteworthy in #107
Full Changelog: v0.7.0...v0.8.0