Skip to content

Releases: a-know/Pixela

v1.5.1

19 Nov 04:34
944ec02
Compare
Choose a tag to compare

I bought a new muffler yesterday. It is warm 😊

  • On the graph detail page ( https://pixe.la/v1/users/<username>/graphs/<graphID>.html ), tooltips are now displayed for each pixel.

2018-11-19 13 26 14

v1.5.0

15 Nov 14:07
944ec02
Compare
Choose a tag to compare

It has suddenly become cold recently... 🤧

  • The details of each graph can now be displayed in html format.

2018-11-15 23 06 24

  • URL format is https://pixe.la/v1/users/<username>/graphs/<graphID>.html , you can view this page by web-browser.
    • By sharing from the Twitter share button on this page, you can share the thumbnail of the graph at the same time.

v1.4.0

10 Nov 03:31
944ec02
Compare
Choose a tag to compare

Are you enjoy Pixe-life? 😄

v1.3.3

02 Nov 22:02
944ec02
Compare
Choose a tag to compare

In this update, breaking change is carried out.
Please be careful, and I'm sorry about this change. 😢

  • Extracted API document from Pixela website into another website docs.pixe.la.
  • [Breaking Change] Fixed inconsistency in field names of API response.
    • GET /v1/users/<username>/webhooks
    • Before
      • {"webhooks":[{"hashString":"<WebhookHashString>","graphID":"test-graph","type":"increment"}]}
    • Revised
      • {"webhooks":[{"webhookHash":"<WebhookHashString>","graphID":"test-graph","type":"increment"}]}

v1.3.2

30 Oct 13:23
ccf3b81
Compare
Choose a tag to compare

I feel like updating after a long time...! Please give me more feedback! 😻

v1.3.1

25 Oct 14:04
ccf3b81
Compare
Choose a tag to compare

Thank you for loving Pixela! 😻

  • When updating the graph definition, items that do not need updating are not required to be specified by request body
  • Create link in API reference for each API endpoint
  • Improve handling concurrent updating
  • Improve validation

v1.3.0

23 Oct 14:10
ccf3b81
Compare
Choose a tag to compare

v1.2.0

21 Oct 06:39
ccf3b81
Compare
Choose a tag to compare

Today I coding all day...!

  • We have released a new API, /webhook!
  • Fix leakage corresponding to CORS
  • Adjusted display position of month letters

v1.1.1

20 Oct 09:54
ccf3b81
Compare
Choose a tag to compare

It's rainy. ☔️

v1.1.0

18 Oct 21:02
ccf3b81
Compare
Choose a tag to compare

Since the release of Pixela, we have been releasing everyday, but one day has been vacated! 😜

  • Add third party libraries
  • It is now possible to send a request to purge the cache at the graph update, towards the image URL of the cached Pixelation graph. (ref. #1)
    • This is an advanced option.
    • For example, in GitHub, since all images referenced from GitHub are cached, it is necessary to purge the cache every time the Pixeleation graph is changed.
    • By setting a URL to purge the cache in the purgeCacheURLs item of each graph definition, it is now possible to send a purge request automatically each time the graph is updated.
    • Even with the same Pixelation graph, different cache URLs are generated when referring from multiple places, you can specify up to 5 URLs.
    • For more information, please refer to API reference.