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 0.3.0

09 Jul 18:35
47267d8
Compare
Choose a tag to compare
Version 0.3.0 Pre-release
Pre-release

This version fixes bugs in the API and makes it actually usable.

Changes

  • Wrappers for the remaining views.
    • A wrapper around package creating.
    • A User:GET wrapper.
    • A User:POST wrapper.
  • 100% test coverage.

Version 0.2.0

04 Jul 07:37
13fc1c9
Compare
Choose a tag to compare
Version 0.2.0 Pre-release
Pre-release

Changes:

  • Short description search
  • Disabled use of GET params for authorization.
  • Added a teapot.
  • Fixed an issue where the forms were shown before loading the page.
  • Implementation of package updating (i.e., Package:PUT wrapper).
  • Updated package model, breaking many things depending on the old one.
    • Reimplementation of some classes related to search.
  • Set up Travis CI.