Releases: a-know/Pixela
Releases · a-know/Pixela
v1.10.0
v1.9.0
Happy Spring!! 🌸
- A line graph showing the transition of recorded pixels is displayed on the detail page.
- Along with this,
line
mode has been supported. - ex.
https://pixe.la/v1/users/a-know/graphs/test-graph?mode=line
- Along with this,
- The information displayed on the details page has been tweaked.
- Add third party libraries
- noissefnoc/pixela-client-go, thank you @noissefnoc !!
- noissefnoc/gas-library-pixela, thank you @noissefnoc !!
v1.8.1
🌸🌸🌸
- The size of SVG has been reduced by about 20 - 25%.
- Add third party libraries
- WebService::Pixela, thank you @AnaTofuZ !!
v1.8.0
v1.8.0
- Add a new API, GET /v1/users/<username>/graphs/<graph_id>/pixels.
- Please use it in conjunction with GET /v1/users/<username>/graphs/<graph_id>/, etc.!
- Add third party libraries
- tsmsogn/Pixela, thank you @tsmsogn !!
v1.7.0
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 の活用記事とかライブラリを書いてくれた方、連絡ください!
- Support
Self-Sufficient
graph.- When defining a graph, if you create graph with
selfSufficient
field withincrement
ordecrement
, you can now increase or decrease the Pixel for that day each time the graph SVG is viewed. - It is suitable when you want to record the number of PVs on your webpage or website simultaneously.
- When defining a graph, if you create graph with
- Add third party libraries.
- mika-f/Pixela, thank you @mika-f !!
- mike-neck/pixela-java-client, thank you @mike-neck !!
- wktk/pixela-electricity, thank you @wktk !!
v1.6.0
A Happy New Year!! 🎉
Please also Pixela, this year!
- Support new property
optionalData
forPixel
.- 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\"}"
- ex.
optionalData
content can only be get withGET /v1/users/<username>/graphs/<graphID>/<yyyyMMdd>
API response now.- In the future, we plan to list up or search for
optionalData
.
- In the future, we plan to list up or search for
- You can record additional information as JSON string other than quantity in
- [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...
- before:
v1.5.5
Are you a year-end vacation already? Have a happy new year!!
- Add third party libraries
- ryosms/pixela2img, thank you @ryosms !!
- The service logo has been renewed!
v1.5.4
Long time no see! I did not forget about Pixela! 😄
- Embeded a link to detail html page into svg data.
- Add third party libraries
- makowis/pixela-gui, thank you @makowis !!
v1.5.3
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!
v1.5.2
- [Breaking Change] The Graph SVG object has been responsive.
- We specified
width
height
for the SVG root object, but changed it to specifyviewbox
. - As a result, when embedded in an html page etc., the size changes responsively according to the size of the parent element.
- We specified