Skip to content

Releases: garaekz/goshort

v2.0.0 - Total rework and new design

13 Apr 06:46
Compare
Choose a tag to compare

New version

We completely deprecated the previous releases, the work done on previous versions was pretty fun but it was the work of a newbie trying to get hands deep on this new language, the last release little more than a year ago, now I've finally got the time to let you see this new and better project, hope you people enjoy this.

Changed

  • All of the backend has changed, we used a starter kit and followed some guidelines to keep this code clean.
  • We re-structured our VueJS frontend, we give it some flavor using TailwindCSS and got a new design by a great designer.

Removed

  • We completely removed TLD check as many people use local URL's and some TLD's are pretety long, we expect this as a good change, we'll keep an eye on this to prevent abuse.

Added

  • We now keep our list of shorted URL's in the browser using the Local Storage (hope this helps!).

v1.2.4: Dev (#6)

22 Jan 08:41
51b4517
Compare
Choose a tag to compare

Changed

  • Rollbacks 1.2.1 patch and replace it with server side formatting, turn base URL to lowercase maintaining case sensitive path and query parameters

v1.2.3 - Browser retro compatibility

20 Jan 05:44
e044b39
Compare
Choose a tag to compare

Added

  • Babel polyfill to old browsers compatibility

Thanks to Yan Edy Chota Castillo who first encountered this bug in production!

v1.2.2 - Travis CI to workflow and golangci-lint compliant

20 Jan 02:58
Compare
Choose a tag to compare

Added

  • Implemented Travis CI to workflow

Changed

  • Refactor regex
  • Made changes to be golangci-lint compliant

v1.2.0 - QR Codes

19 Jan 08:40
bae8f29
Compare
Choose a tag to compare

Now users have the possibility to copy the links using QR Codes, also we added the logo.

VueJS Frontend

15 Jan 08:23
6a2378d
Compare
Choose a tag to compare
v1.1.0

Create LICENSE

v1.0

08 Jan 07:58
20961dc
Compare
Choose a tag to compare

First release, MVP, has all the basics from a URL shortener