Skip to content

Releases: hoodiehq/hoodie

v20.0.0

03 May 19:12
Compare
Choose a tag to compare

20.0.0 (2015-05-03)

Breaking Changes

merging hoodie and hoodie-server into one repository.
See hoodiehq/discussion#94

v12.0.0

24 Apr 18:47
Compare
Choose a tag to compare
v12.0.0 Pre-release
Pre-release

Hoodie Camp Release \o/

v11.0.0

13 Oct 20:20
Compare
Choose a tag to compare
v11.0.0 Pre-release
Pre-release

11.0.0 (2015-10-13)

Breaking Changes

  • Hoodie requires node@>=4 from now on

Finally an `npm install hoodie` …

18 Sep 11:17
Compare
Choose a tag to compare
Pre-release

10.0.0 (2015-09-18)

npm install --save hoodie@next to be precise.

feat

fix

  • fix(package): updated hoodie-server to version 10.0.2 (15becb0)
  • fix(package): updated hoodie-server to version 5.0.4 (dd41313)
  • fix(package): updated hoodie-server to version 5.0.5 (0fa5b5e)
  • fix(package): updated hoodie-server to version 5.0.6 (a825108)
  • fix(package): updated hoodie-server to version 6.0.1 (84ce5d8)
  • fix(package): updated hoodie-server to version 6.0.2 (e02dd9b)
  • fix(travis): avoid bundling an invalid cache by disabling it altogether (8ece47d)

BREAKING CHANGE

  • Before the config for hoodie was read from multiple places.
    Some things were read from CLI arguments and others from the environment.
    Hoodie is now using rc together with
    nopt, so one can provide any option
    via either a .hoodierc file (in json or ini format), environment variables,
    or command line arguments. For a full list of commands run
    npm start -- --help.
  • If one wanted to use an external CouchDB they had to set the COUCH_URL
    environment variable. You can now set the hoodie_dbUrl environment variable,
    add an "dbUrl" field to your .hoodierc file, or pass --db-url to the CLI.
  • Passing an HOODIE_ADMIN_USER and HOODIE_ADMIN_PASS via the environment does
    no longer work. Also letting Hoodie generate a password for an admin _hoodie
    user when using an external CouchDB does no longer work. Because a CouchDB is
    now only used in production scenarios Hoodie will no longer do this for you.
    You have to pass the username and password of an admin user inside of the URL
    (https://admin:password@example.com/). When letting Hoodie start a PouchDB
    Server for you it will generate an internal admin password just like before,
    but you can specify your own password using the adminPassword option.
  • The --custom-ports CLI argument is gone. You can now pass each port
    individually using the port, adminPort and dbPort options.
  • When starting Hoodie for the first time you will now have to pass an
    adminPassword. This could be done via the HOODIE_SETUP_PASSWORD environment
    variable, or a prompt before.

v2.1.1

05 Jul 15:19
Compare
Choose a tag to compare

Bug Fixes

  • pass state when restarting pull request (4f3d48ca)

v2.1.0

29 Jun 23:13
Compare
Choose a tag to compare

Bug Fixes

  • restart pull request correctly (aa8fc3a1)

Features

v2.0.4

01 Mar 09:59
Compare
Choose a tag to compare

Bug Fixes

  • hoodie.checkConnection() to reject on error (07dd7c4d)
  • move data on username change (jup, again) (a35297d9)
  • move data on username change (0b985335)

v2.0.3

26 Feb 14:51
Compare
Choose a tag to compare

Bug Fixes

v2.0.2

23 Feb 11:31
Compare
Choose a tag to compare

Bug Fixes

  • utils.localStorageWrapper.clear() is undefined (#415) (9eb55339)

v2.0.1

21 Feb 14:04
Compare
Choose a tag to compare

Bug Fixes

  • fallback to normal signUp routine when upgrade from anonymous account fails with (9fb0d28b)