Skip to content

Releases: MattisW/Microscope

Chapter-14-Animations

01 Jun 16:14

Choose a tag to compare

  • Animations + rewind

Chapter-13-Voting

31 May 11:50

Choose a tag to compare

  • added Voting system
  • implemented new Routes via 2 Route Controllers
  • learned about Spacebar Helpers

Chapter-12-Pagination

31 May 10:28

Choose a tag to compare

  • Added Pagination (infinite)
  • Added Router Controller

Chapter-11-Notifications

29 May 16:03

Choose a tag to compare

  • Notification functionality added
  • fixed: Redirect to Postpage after submitting post

Chapter-10-Comments-Working

29 May 15:18

Choose a tag to compare

  • Fixed throw error by using Errors.throw instead of throwError (due to Package)

Chapter-10-Comments

29 May 14:52

Choose a tag to compare

  • Added comments
  • added fixtures
  • added subscriptions/publicaiton

Chapter-9-Errors

27 May 21:05

Choose a tag to compare

  • Added Error Handling & Local Collection

Chapter-8-Editing Posts

26 May 22:01

Choose a tag to compare

  • enabled edit posts
  • helper method (ownDocument)
  • allow & deny methods for secure and limited updateability

Chapter-7-Latency Compensation

26 May 21:02

Choose a tag to compare

  • Latency Compensation
  • Futures
  • isSimulation

Chapter-6-Create-Posts

26 May 15:21

Choose a tag to compare

  • Added Posting functionality
  • learned about Server Methods for Form Validation
  • extended Posts by UserId, Author and Timestamp
  • Added Author & Timestamp to Postview