Releases: orchestral/javie
Releases · orchestral/javie
v2.1.0
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
- Add
Javie.emit()
as an alias of Javie.trigger()
.
v2.0.2
- 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
- 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
- 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
- Fixes multiple invalid variables.
v1.3.2
- Fixes value return from
Javie.resolve()
should be an array.
v1.3.1
- 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
- Add
Javie.on()
method.
- Add
Javie.trigger()
method.
v1.2.0
- Initial release under
orchestra
organisation.