CHANGES in js-test-server-0.2.6 vs CHANGES in js-test-server-0.2.7
- old
+ new
@@ -1,5 +1,13 @@
+0.2.7
+- Fixed issue where Jasmine Runner hangs when there is no window.console
+- Fixed selenium runner for Jasmine.
+
+0.2.6
+- All js files are loaded, instead of *_spec.js.
+
+0.2.5
- Renamed JsTestServer::Representations to JsTestServer::Views
- Added JsTestServer::Views::Spec.project_js_files and .project_css_files
- Updated to erector 0.6.7, which fixes a bug related to including modules into Views.
- Allow test suite to clear all cookies
- No longer using the /implementanions directory. Replace all cases of /implementations with /javascripts.
@@ -27,6 +35,6 @@
0.1.0
- Initial Release extracted from JsTestCore.
- Added JsTestCore::WebRoot.dispatch_specs and .dispatch_strategy
- Extracted JsTestCore::Resources::Specs::SpecDir
- Extracted JsTestCore::Resources::Specs::SpecFile
-- No longer depending on Guid. The child libraries are responsible for obtaining the Selenium session_id from the client by using top.runOptions.getSessionId().
\ No newline at end of file
+- No longer depending on Guid. The child libraries are responsible for obtaining the Selenium session_id from the client by using top.runOptions.getSessionId().