Skip to content
This repository has been archived by the owner on May 8, 2018. It is now read-only.

0.53.0

Compare
Choose a tag to compare
@bash bash released this 12 Jan 18:49
· 12 commits to master since this release
  • Change time based changelog to diff between master and last tag
  • Add edit button to PostSnippet
  • Add edit post uri to UriBuilder
  • Add margin between post card buttons
  • Fix computation of height in
  • Implement actions for updating body and title of post
  • Add support for 'PUT' method to curl
  • Change icon from check -> done
  • Correct behaviour
  • Correct whitespace
  • Update Ink
  • Add autosave message, update autosave form
  • Add styles for .autosave-message
  • Add info, ellipsis icon
  • Add EditPostPageController
  • Add EditPostPageRenderer
  • Add TODOs
  • Implement saving of inputs
  • Update showcase for autosave-form
  • Add crfs-token to showcase
  • Change null => undefined
  • Add
  • Implement PUT /v1/posts/:id/title
  • Implement UpdatePostTitleCommand
  • Implement PUT /v1/posts/:id/body
  • Implement UpdatePostBodyCommand
  • Generalize post update query handler + model