Skip to content

Releases: matsu-chara/gol

build with go 1.9.3

26 Jan 04:57
Compare
Choose a tag to compare
v0.6.0

release v0.6.0

POST to PUT

10 Jan 16:23
Compare
Choose a tag to compare

breaking change

register new link API is now PUT instead of POST

improve UI

10 Jan 14:40
Compare
Choose a tag to compare

force update on html

10 Jan 14:43
Compare
Choose a tag to compare
v0.4.2

add html

change html and css

25 Nov 11:59
Compare
Choose a tag to compare
  • improve ui of http://localhost:5656/ . changed <table> from list <ul><li>.

add metadata(registeredBy, createdAt) for entries and drop os dependent commands(peco, open)

25 Nov 10:57
Compare
Choose a tag to compare

BC break

  • delete open, peco command support
  • dump cli,api return new json schema which include RegisteredBy, CreatedAt

New Feature

Internal Change

  • data schema was changed.(gol will update for old schema automatically)

add get/post/delete ui

06 Nov 15:18
Compare
Choose a tag to compare

Breaking Change

  • GET / returns html contents which include get/post/delete UI.
  • GET /api/dump returns all links as json (previously, this contents was returned by / )

add force option

03 Nov 05:27
Compare
Choose a tag to compare

add a link to key (if replace key when conflict)

  • curl -d "value=${some_url}&force=true" localhost:5656/${key}
  • gol add --force ${key} ${some_url}

add post/delete api

26 Aug 02:42
Compare
Choose a tag to compare
  • Breaking Change: now, key can't contain "/"
  • add post api for adding a new link
  • add delete api for removing a link

add dump

24 Jun 07:41
Compare
Choose a tag to compare

add dump