Releases: MattisW/Microscope
Releases · MattisW/Microscope
Chapter-14-Animations
- Animations + rewind
Chapter-13-Voting
- added Voting system
- implemented new Routes via 2 Route Controllers
- learned about Spacebar Helpers
Chapter-12-Pagination
- Added Pagination (infinite)
- Added Router Controller
Chapter-11-Notifications
- Notification functionality added
- fixed: Redirect to Postpage after submitting post
Chapter-10-Comments-Working
- Fixed throw error by using Errors.throw instead of throwError (due to Package)
Chapter-10-Comments
- Added comments
- added fixtures
- added subscriptions/publicaiton
Chapter-9-Errors
- Added Error Handling & Local Collection
Chapter-8-Editing Posts
- enabled edit posts
- helper method (ownDocument)
- allow & deny methods for secure and limited updateability
Chapter-7-Latency Compensation
- Latency Compensation
- Futures
- isSimulation
Chapter-6-Create-Posts
- Added Posting functionality
- learned about Server Methods for Form Validation
- extended Posts by UserId, Author and Timestamp
- Added Author & Timestamp to Postview