This repository has been archived by the owner on Feb 23, 2019. It is now read-only.
Releases: sugarcrm/thorn
Releases · sugarcrm/thorn
Thorn 0.6
Most Notable Changes
For users of Thorn, there's only 1 bug fix included in this release. There were a number of much smaller improvements as well, not all of which are included here.
Bug Fixes
- Use Agent for admin authentication handling instead of custom handling on Fixtures (fixes #145) (#212)
npm Dependency Updates
- eslint-config-sugarcrm: 1.0.0 -> 1.1.0
- babel-core: 6.22.1 -> 6.25.0
- babel-eslint: 7.1.1 -> 7.2.2
- babel-plugin-transform-class-properties: 6.22.0 -> 6.24.1
- babel-preset-es2015: 6.22.0 -> 6.24.1
- babel-preset-es2017: 6.22.0 -> 6.24.1
- commander: 2.9.0 -> 2.11.0
- gulp-spawn-mocha: 3.1.0 -> 3.3.1
- jsdoc-babel: 0.2.1. -> 0.3.0
- nock: 9.0.7 -> 9.0.14
- sinon: 1.17.7 -> 2.1.0
Miscellaneous Changes
Beta 5
Bugfixes discovered during test writing
In this release, we removed the export for thorn.expect
For expect
, please use chakram's expect
, here: http://dareid.github.io/chakram/
.
Polishing `expect` export
In this release, we changed the export for thorn.Expect to thorn.expect (lower case).
Initial Beta Release
0.1.0-beta.1 Removed dist folder from gitignore (#99)
Initial tag
0.1-alpha.1 Docs.md: Thorn::Agent -> Thorn.Agent (#24)