Skip to content

Releases: RioBus/proxy

4.0.1

27 Mar 18:12
Compare
Choose a tag to compare

Patch build including some fixes like:

  • Fixing redirection to Wiki with GET requests to /
  • Turning the search for keywords case insensitive in the db

and other minor fixes.

4.0.0

20 Mar 18:20
Compare
Choose a tag to compare

Full application refactoring

In the last updates to proxy, we have been moving out from TypeScript. Actually this is an awesome superset for JavaScript, however it hasn't some features that we were needing in the moment that we decided to move out, like generators.

This new version was built completely over pure Node.js v4+ and is fully compatible with the bleeding edge versions (until 5.9.0, at least).

This release highlights:

  • Full refactoring to pure Node.js v4+
  • Implementation of Report API
  • Implementation of User signup and signing to access private APIs.

3.1.1

04 Sep 16:58
Compare
Choose a tag to compare
  • Redirecting requests to root path ("/") to the API documentation
  • Updating Docker environment to io.js v3 - reason: preparing to Node v4
  • Minor fixes

3.1.0

03 Sep 16:36
Compare
Choose a tag to compare
  • Implements search by consortium
  • Implements bus stop spots search
  • More Unit Tests

3.0.0

28 Jul 02:15
Compare
Choose a tag to compare

Huge stability and performance upgrades including:

  • Base language changed from ECMAScript6 to TypeScript
  • Separation between proxy and data-provider
  • Implementation of mongodb as repository
  • Division between old API (v2) and new API (v3) in the Resources