Skip to content
This repository has been archived by the owner on Aug 4, 2018. It is now read-only.

Releases: hel-repo/hel

Version 2.0.0

17 Oct 09:46
v2.0.0
b27bc50
Compare
Choose a tag to compare

Info

  • PR #5.
  • Deployed.
  • Breaking changes.

Changes

  • Breaking change. Changed the response of Packages:GET:
{"offset": 0,
 "total": 100,
 "sent": 10,
 "truncated": true,
 "data": [
  "..."
 ]
}
  • When the user is logged in, don't respond with the 400 Bad Request message if they send some action, other than log-out.
  • Breaking change. Packages now can have multiple owners. The owner package field is now called owners.
  • Usernames are checked against a regex ([A-Za-z0-9-_]+).

Version 1.0.0

05 Oct 15:44
v1.0.0
402dd65
Compare
Choose a tag to compare

The first stable release! 🍰 🎉 As all critical tasks are done now, starting from this release, all changes will update the version according to the SemVer specification. I.e., breaking changes will bump the major version, new features will bump the minor version, and bug-fixes and minor changes will bump the patch version. No more every-day-database-manual-updates!

Changes

  • Added the stats.date field.

Version 0.7.2

04 Oct 16:49
v0.7.2
bb6f35c
Compare
Choose a tag to compare
Version 0.7.2 Pre-release
Pre-release

Changes

  • Added URL validity checks.

Version 0.7.1

03 Oct 15:36
v0.7.1
7aaf1bf
Compare
Choose a tag to compare
Version 0.7.1 Pre-release
Pre-release

Changes

  • Removed passwd-confirm param.

Version 0.7.0

02 Oct 17:13
v0.7.0
2fdb546
Compare
Choose a tag to compare
Version 0.7.0 Pre-release
Pre-release

Changes

  • Made the /auth view process application/json instead of application/x-www-form-urlencoded (that was illogical).

Version 0.5.0

02 Oct 17:12
v0.5.0
edc3cc8
Compare
Choose a tag to compare
Version 0.5.0 Pre-release
Pre-release

Changes

  • Changed the replacement character. This breaks existing packages.
  • Made error messages unified.

Version 0.4.1

10 Sep 08:08
v0.4.1
0e1ea44
Compare
Choose a tag to compare
Version 0.4.1 Pre-release
Pre-release

Changes

  • Added Access-Control-Allow-Origin header for cross-origin AJAX API requests.
  • Fixed strange log in and log out behaviours.

Version 0.4.0

09 Sep 14:01
b44c2a5
Compare
Choose a tag to compare
Version 0.4.0 Pre-release
Pre-release

Separated the auth logic from the home view, so now it's possible to authorize via API! 🍰

Version 0.3.2

21 Jul 07:17
v0.3.2
3cd5626
Compare
Choose a tag to compare
Version 0.3.2 Pre-release
Pre-release

Added the changes field to versions.num.

Version 0.3.1

20 Jul 18:14
391a4e6
Compare
Choose a tag to compare
Version 0.3.1 Pre-release
Pre-release

The release I forgot to release.
Minor changes. Too minor to even describe here.