Skip to content

Releases: a-know/Pixela

v1.10.0

21 Apr 07:04
9751492
Compare
Choose a tag to compare

A new API is coming!! 😸

  • Add a new API, /stats .
    • Docs
    • Using this API, you can get various statistics of the graph. This statistic is the same as the one shown on the detail html page.

v1.9.0

13 Apr 03:50
9751492
Compare
Choose a tag to compare

Happy Spring!! 🌸

v1.8.1

17 Mar 13:16
9751492
Compare
Choose a tag to compare

🌸🌸🌸

v1.8.0

19 Feb 04:28
685a7af
Compare
Choose a tag to compare

v1.7.0

30 Jan 13:37
685a7af
Compare
Choose a tag to compare

I decided to call a user who supports Pixela by utilizing Pixela, "Pixela breeder".
Everyone on this page third party libraries and Useful case examples, is a Pixela breeder!

Now, if Pixela breeder wishes, I present original goods.
Please see (in Japanese); Pixela の活用記事とかライブラリを書いてくれた方、連絡ください!

v1.6.0

04 Jan 15:42
685a7af
Compare
Choose a tag to compare

A Happy New Year!! 🎉
Please also Pixela, this year!

  • Support new property optionalData for Pixel .
    • You can record additional information as JSON string other than quantity in Pixel which is data for each date.
      • ex. "optionalData":"[\"Running at morning\"]" , "optionalData":"{\"morning\":\"3km\",\"evening\":\"5km\"}"
    • optionalData content can only be get with GET /v1/users/<username>/graphs/<graphID>/<yyyyMMdd> API response now.
      • In the future, we plan to list up or search for optionalData.
  • [Breaking Change] Response format of GET /v1/users/<username>/graphs/<graphID>/<yyyyMMdd> is changed.
    • before: {"quantity":5}
    • after: {"quantity":"5"}
    • Quantity type was string originally. There was a mistake in the format of the response so far. So sorry...

v1.5.5

29 Dec 06:49
a0f90b8
Compare
Choose a tag to compare

Are you a year-end vacation already? Have a happy new year!!

pixela color

v1.5.4

23 Dec 06:40
a0f90b8
Compare
Choose a tag to compare

Long time no see! I did not forget about Pixela! 😄

v1.5.3

24 Nov 02:34
944ec02
Compare
Choose a tag to compare

Now, I'm entry to the Mashup Award 2018 with Pixela!
I was able to win 3rd in category prize, but missed the victory...

The review of another division still remains, so I will do my best!

  • Enabled to paging on detail page.
    • _2018-11-24_11_41_23
  • [Breaking Change] Modify PUT /v1/users/<username>/graphs/<graphID>/<yyyyMMdd>
    • Conventional specification; It occurs error when update target pixel not exist.
    • after this version; It creates a new pixel when update target pixel not exist.

v1.5.2

20 Nov 12:05
944ec02
Compare
Choose a tag to compare
  • [Breaking Change] The Graph SVG object has been responsive.
    • We specified width height for the SVG root object, but changed it to specify viewbox.
    • As a result, when embedded in an html page etc., the size changes responsively according to the size of the parent element.