This repository has been archived by the owner on May 8, 2018. It is now read-only.
Releases: timetabio/code
Releases · timetabio/code
0.56.1
0.56.0
0.55.0
0.54.0
0.53.0
- 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