diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index 1d38f7cb..7e2552e3 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -1,6 +1,44 @@ CHANGELOG ========= +0.11.2 +++++++ + +sc-classes was renamed to supercollider-js but it was published to npm with both versions. +This release only removes the old sc-classes folder. + +0.11.1 +++++++ + +bb7f7be classlib: If error thrown during initClassTree then post normal raw error +47ebe05 move sc-classes -> supercollider-js for increased obviousness +fd826a5 Reject promise on failure of spawn process (sclang/scsynth) +3747f47 Cleaner compile state handling +713e8cf Optionally allow sclang to boot if the supplied sclang_conf does not yet exist. Catch error and reject Promise if options.failIfSclangConfIsMissing. +db11408 fix: when saving sclang_config remove supercollider js classes and then reinsert them and save to the temp runtime config file. +a51d2bd Update README with badges, minor text updates +4203e03 dependencies updates +6c9421f resolveOptions: add default path for sclang_conf.yaml + +0.11.0 +++++++ + +dc2dd2b fix timezone in osc time tag test +994752f update dev dependencies +f84481f In case server failed to start, do not throw error on remove. +4ae0cd4 change: Synth arguments now support simple functions +7048f31 update to dryadic 0.2.0 - moved Store back into supercollider.js +8e051c0 fix .out in SynthStream SynthEventList and AudioBus +0009107 log scsynth stdout messages with ERROR|FAILURE as errors to stderr +1a1fa28 reject Promise with Error - bluebird requires this +4e1b868 update scserver command middleware to new dryadic api +b44a995 SCSynthDef: only require SCLang if compiling options were specified. If just loading from scsyndef file then an interpreter not needed. +82bfdcc log all /fail messages as errors +1696372 Accept an optional external logger, pass this to SCLang and SCServer. Support dryadic's rootContext +60627cb scserver: explicitly kill child process +f96ab62 npmignore docs etc. +aa811de remove npm-shrinkwrap as it ludicrously forces all devDependencies to be installed for endusers. + 0.10.0 ++++++ diff --git a/package.json b/package.json index a610e8e0..8317deca 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "supercolliderjs", "description": "Tools for working with the SuperCollider music language environment", - "version": "0.11.1", + "version": "0.11.2", "author": "Chris Sattinger ", "contributors": [ { @@ -30,9 +30,9 @@ "babel-jest": "^12.1.0", "babel-preset-es2015": "^6.9.0", "baconjs": "^0.7.84", - "eslint": "^2.13.0", + "eslint": "^2.13.1", "jest-cli": "^12.1.1", - "jscs": "^3.0.4" + "jscs": "^3.0.5" }, "license": "MIT", "keywords": [