Skip to content

Releases: orchestral/javie

v2.1.0

25 Nov 11:05

Choose a tag to compare

New

  • Add new Configuration module and utilise for Javie.
  • Create new Configuration instance by using Javie.make('config', {foo: 'bar'}).

Changes

  • Update compiler to use Babel v6.

v2.0.3

25 Nov 00:48

Choose a tag to compare

  • Add Javie.emit() as an alias of Javie.trigger().

v2.0.2

24 Jun 17:32

Choose a tag to compare

  • Add missing callback function to Request\Handler.config object and check if it's actually a function before trying to execute it.
  • Fixes cloning an event via Events\Dispatcher.clone().
  • Fixes unable to send data plain object via Request\Handler.execute(data).

v2.0.1

24 Jun 12:57

Choose a tag to compare

  • Return new instance to avoid Cannot call a class as a function exception when using Javie.make('request', 'foo') or Javie.make('profiler', 'foo');.

v2.0.0

24 Jun 02:51

Choose a tag to compare

  • Convert base code from CoffeeScript to ES6.
  • Remove Javie.EventDispatcher, Javie.Logger, Javie.Profiler and Javie.Request.
  • Allow to send custom headers when making a Request via Request\Handler.addHeader() method.
  • Allow to use xhr on the request event listeners.

v1.3.3

24 Jun 02:47

Choose a tag to compare

  • Fixes multiple invalid variables.

v1.3.2

24 Jun 02:46

Choose a tag to compare

  • Fixes value return from Javie.resolve() should be an array.

v1.3.1

24 Jun 02:44

Choose a tag to compare

  • Fixes Javie.on() and Javie.trigger() usage by resolving events properly.
  • Add Javie.singleton() and avoid resolving a new instance on each request.

v1.3.0

24 Jun 02:42

Choose a tag to compare

  • Add Javie.on() method.
  • Add Javie.trigger() method.

v1.2.0

24 Jun 02:39

Choose a tag to compare

  • Initial release under orchestra organisation.