Skip to content

v1.0.1(2018-10-15)

Compare
Choose a tag to compare
@a-know a-know released this 16 Oct 04:53
· 17 commits to master since this release
4f4714f

A lot of people beyond my imagination use Pixela and I seem to be dreaming! 😂

  • Refurbished some problems.
    • PUT /v1/users/<username>/graphs/<graphID>/<yyyyMMdd>
      • Unnecessary request parameters were written in the reference
    • GET /v1/users/<username>/graphs/<graphID>
      • If the graph starts at the end of the month in a certain month, there was a gap in the label of the month.
    • PUT /v1/users/<username>/graphs/<graphID>
      • When graph definition update, it is a problem that set empty string to graph id.
  • Review the notation.
    • not optional -> required
    • Fix typo
  • Others
    • Add Release Notes, this!