Skip to content

Latest commit

 

History

History
685 lines (413 loc) · 26.9 KB

CHANGELOG.md

File metadata and controls

685 lines (413 loc) · 26.9 KB

2.24.0 (2018-01-16)

Features

  • Update: Update to Ionic 3.9.2 and @angular/cli 1.6.4 (implying @angular 5.0.3) (debed2b)

2.23.0 (2017-11-27)

Features

  • App: Add ngTranslate / i18n (0d493cf)

2.22.0 (2017-11-26)

Features

  • Deploy: Add continuous deployment to github pages (f442248)

2.21.0 (2017-11-25)

Features

  • Update: Update to Ionic 3.9.2 and @angular/cli 1.5.4 (implying @angular 5.0.1) (c44ac55)

2.20.1 (2017-10-13)

Bug Fixes

2.20.0 (2017-08-25)

Features

  • Update: Update to Ionic 3.6.0 and @angular/cli 1.3.2 (implying @angular 4.1.3) (bc89715)

2.19.0 (2017-07-31)

Features

2.18.0 (2017-07-25)

Bug Fixes

  • Lint: Use quotes to expand path correctly on ubuntu #257 (2e0c3a4)

2.17.0 (2017-07-13)

Features

2.16.0 (2017-06-28)

Features

  • Update: Update to Ionic 3.4.2 and @angular/cli 1.1.2 (implying @angular 4.1.3) (9de0410)
  • E2E: Add connect and serve-static dependencies for those just running E2E

2.15.0 (2017-06-11)

Features

  • Unit: Add alert example and coverage PR #252 (310a2e9)

2.14.0 (2017-05-31)

Features

  • Update: Update to Ionic 3.3.0 and @angular/cli 1.0.6 (implying @angular 4.1.2) (f9928ab)

2.13.2 (2017-05-11)

Bug Fixes

  • Build: Use explicit version of ionic cli #246 (b334fe5)

2.13.1 (2017-04-30)

Bug Fixes

  • Unit: Remove unused storage mock import #244 (daa3172)
  • Services: Add typedef for load: (105295a)

2.13.0 (2017-04-25)

Features

2.12.1 (2017-04-20)

Bug Fixes

2.12.0 (2017-04-11)

Features

  • Update: Update to Ionic 3.0.1 and @angular/cli 1.0.0 (implying @angular 4.0.0) (0ed7a16)
  • Unit: Exclude mocks and config from coverage #221 (096e063)

2.11.0 (2017-04-11)

Revert Deprecation

The reverted code now lives on the ionic-unit-testing-example branch

2.10.0 (2017-03-28)

Deprecate!

(This version never really existed - I should have branced off but I didn't)

2.9.1 (2017-03-14)

Bug Fixes

  • Build: Reinstate tsconfig.json excludes for ionic build --prod #236 (f75ec74)

2.9.0 (2017-02-27)

Features

  • Update: Update to Ionic 2.1.0 and @angular/cli rc.0 (implying @angular 2.4.0) (13a6cd6)

2.8.0 (2016-02-24)

Features

  • Unit: Add functions to PlatforMock to facilitate testing of Slides #227 (d7ee4d4)

2.7.0 (2017-01-26)

Features

  • Update: Update to Ionic 2.0.0 FINAL (bac5ce3)

2.6.1 (2017-01-25)

Bug Fixes

2.6.0 (2017-01-18)

Features

  • Update: Update to Ionic RC5 (7328aad)

The above update includes creating a mock for Ionic's platform class and using it as a provider in test.ts. I have not attempted to mock out the whole class, what is there is sufficient for clicker. If anything is missing for your app, you can add easily by referencing the signature in node_modules/ionic-angular/platform/platform.d.ts.

  • E2E: Use serve-static to run protractor with a single commmand. closes #210 (8331382)

2.5.3 (2016-01-03)

Bug Fixes

  • Unit: Add separate script for coverage as it breaks sourcemaps #203 (1f9993b)

2.5.2 (2016-01-02)

Bug Fixes

  • Unit: Remove redundant "initialises with app" test #202 (d12d8ca)

2.5.1 (2016-12-26)

Bug Fixes

  • Unit: Fixing codecov integration #200 (ecf5d87)
  • Unit: Reverting to typescript 2.0.10 to fix Jasmie typings misisng when ionic:build'ing #159 (973292a)

2.5.0 (2016-12-22)

Features

  • Update: Update to Ionic RC4 (b27aade)

The above update includes a change to angular-cli which means you need to add the current working directory to template urls:

For example:

  templateUrl: 'hello-ionic.html',

becomes

  templateUrl: './hello-ionic.html',

Also Ionic's DomController needs adding into test.ts as a provider

2.4.0 (2016-12-08)

Features

  • Unit: Add example of TestBed component compiling manually in the component (Page2) as opposed to calling TestUtils closes #179 (51b5e23)

Bug Fixes

  • Unit: Add mime type to karma.conf.js, closes #178 (5c0ffeb)

2.3.0 (2016-11-18)

Bug Fixes

  • Unit/E2E: Reverting to using jasmine types in main tsconfig.json as excluding spec means editors don't resolve modules, closes #174 (0ae024b)

Features

2.2.1 (2016-11-17)

Bug Fixes

  • Unit: Don't mock Ionic when configuring the testing module #175 (2f49f96)

2.2.0 (2016-11-07)

Features

  • Update: Update to Ionic RC2 (694be18)

2.1.2 (2016-11-03)

Bug Fixes

  • Build: Using environment variables for travis build directory #162 (9f81dc4)

2.1.1 (2016-10-31)

Bug Fixes

  • Unit: Windows 10 needs explicit excludes #159 (0e55cc1)

2.1.0 (2016-10-30)

Features

  • E2E: Re-implement e2e post rc1 (a5ea70c)
  • Update: Update deps (b0a95a6)
  • Unit: Rationalise beforeEach boilerplate into TestUtils.beforeEachCompiler (a5fef51)
  • Build: Using workaround for missing SDK license (b6751ac)

Bug Fixes

  • Unit: Barrels aren't working with modules since latest upgrade: (0c0993b)
  • Unit: Add compileComponents to beforeEach, use ng-cli's tsconfig.json for testing for #155 (d59d968)

2.0.0 (2016-10-16)

Features

Re-write project for to Ionic 2.0.0.rc0:

1.14.0 (2016-09-08)

Features

  • Update: Update deps PR #143

1.13.1 (2016-09-07)

Bug Fixes

  • Unit: Remove coverage transform on debug PR #140 (4eab003)

1.13.0 (2016-09-01)

Features

  • Build: Dynamic config based on environment PR #135 (b1a9489)

1.12.1 (2016-08-25)

Bug Fixes

1.12.0 (2016-08-24)

Features

1.11.0 (2016-08-17)

Features

  • E2E: Add screenshot reporter for Protractor PR #132 (dd1242d)

1.10.0 (2016-08-09)

Features

  • Update: Update to Ionic 2.0.0.beta.11 (01530a7)

1.9.2 (2016-07-12)

Bug Fixes

  • Unit Test: Make (source) source maps available to debug mode by remove the coverage transform which seems to be mangling them #119 (74ec6fa)

1.9.1 (2016-07-11)

Bug Fixes

  • Unit Test: Make sure we're cleaning before running unit tests #86 (1f25717)

1.9.0 (2016-07-10)

Features

  • Unit Test: Break out storage and use DI to inject it, attempting to address #86 (297dd00)

1.8.1 (2016-07-04)

Bug Fixes

  • Unit Test: Remove coverage from debug mode #115 (0bdc6e4)

1.8.0 (2016-06-30)

Features

1.7.1 (2016-06-29)

Bug Fixes

  • E2E: Problems introduced with 1.7.0, missing menu, incorrect title, and transition timing on Page2 (c0562f0)

1.7.0 (2016-06-29)

Features

  • Unit Test: Implement Barrels and move mocks to individual files PR #109 (0734e45)
  • Update: Update to Ionic 2.0.0.beta.10 (1b1b2e3)

1.6.0(2016-06-19)

Features

  • Unit Test: Centralise Testing DI Boilerplate (#103) (4769372)

1.5.0 (2016-06-18)

Features

  • Update: Update to Ionic 2.0.0.beta.9 (a61432c)

1.4.0 (2016-06-07)

Features

  • Update: Update to Ionic 2.0.0.beta.8 PR #98 (5f8d5fb)

1.3.1 (2016-05-25)

Bug Fixes

  • App: Duplicate include of Reflect.js (#96) (15bd2e6)

1.3.0 (2016-05-22)

Features

  • Update: Update to Ionic 2.0.0.beta.7 and Angular 2.0.0.rc.1 PR #93 big update due to Angular RC1 (bc392c3)

1.2.0 (2016-04-28)

Features

  • Unit Test: Use browserify within Karma (see below) (5f096f7)
  • Unit Test: Remove glob, gulp-load-plugins and gulp-util dependencies, refactor gulpfile to remove most typing dependencies (c67beae)

Browserify in Karma

  • actually enables sourcemaps in Karma
  • quicker builds
  • remove the requirement for remapping coverage as it happens with browserify
  • remove test/config.ts as it was only being used in gulpfile.ts, and as we're making everything lighter it seems unlikely to be extended
  • remove test/app.stub.js Now using a workaround in Karma instead. See (#79)

1.1.1 (2016-04-27)

Bug Fixes

  • Unit Test: Merge PR #87 which sorts out Karma's random "Formatting Errors" (f3b6641)
  • E2E: Remove absolute path for protractor (#83) (5894a5a)
  • Unit Test: Increase browser timeout (#82) (ff59b33)

1.1.0 (2016-04-23)

Features

  • Update: Update to Ionic 2.0.0.beta.6 (a571e7c)

Bug Fixes

  • Unit Test: Merge PR #80 removing a trailing ; (e8fb205)

1.0.0 (2016-04-20)

Features

BREAKING CHANGES

Lightweightify is a major refactor to the framework. See the issue for further info.

The main changes are listed below

  • unit tests are now bundled into test.bundle.js
  • sourcemaps are now produced @ test.bundle.js.map
  • coverage is remapped onto source Typescript meaning that transpiled javascript is no longer pushed to ./coverage/source
  • gulpfile.ts has had a large refactor away from the ng2-seed style and back toward what everyone else seems to be doing
  • app.stub.ts has been renamed and largely re-written in app.stub.js, as was required by a change in the process

The following files have been removed as they are no longer required

  • .travis/push_built_tests.sh
  • coverage/source/**.js
  • test/ionic-angular.js
  • test/test-main.js

Migration

I strongly suggest adopting the new framework as it brings with it many benefits. I will update this if firsthand information is forthcoming

  • nuke the ./test and replace it with the new version. Note that any proxies for external modules in karma.conig.js are no longer required, thus there should be no project specifics in that folder
  • remove the export function main() wrapper from your *.spec: example
  • merge package.json (just for dependencies), some have been removed, some added. Note dependencies are now documented in README.md

Hopefully that should be it.

0.12.0 (2016-04-13)

Features

  • Deps: Merge PR #71 correcting ionic-gulp-webpack dependency (efc9cdf)
  • Update: Upgrade deps (angular2, etc) to latest Ionic 2.0.0.beta.4 (5649061)

0.11.0 (2016-03-25)

Bug Fixes

  • Docs: Add "two shell windows" to README.md after someone misread it (69b5ccb)
  • Travis: Adding install for Phantom manually to get around this 403 in Travis (aa6173a)

Features

  • Update: Merge PR #62 update to Ionic 2.0.0.beta.3 (f2f66d9)

0.10.1 (2016-03-22)

Bug Fixes

0.10.0 (2016-03-18)

Bug Fixes

  • E2E: Use sendKeys workaround to send delayed keystrokes for randomly failing e2e (642973d)
  • Build: Merge PR #56 remove ; (9ecdbf4)

Features

  • Travis: Testing e2e in Travis (4a6f5eb)
  • Unit Test: DOM test skeleton for @Page Clicker List (65bf5d5)

0.9.0 (2016-03-12)

Features

  • Build: Hook into Ionic's gulpfile directly and remove ionic-app-lib (6a4b17c)

0.8.0 (2016-03-11)

Features

  • E2E: Merge PR #50 containing e2e tests with protractor (440d463)

0.7.0 (2016-03-09)

Bug Fixes

  • Update: Fixing CSS references broken in upgrade (again) (40d682c)

Features

  • Update: Upgrade deps (angular2, etc) to latest Ionic 2.0.0.beta.2 (1e9cc11)
  • E2E: Starting groundwork for e2e testing based on ng2 seed (36572b6)

0.6.1 (2016-03-06)

Bug Fixes

  • Build: Count source and target files in buildlocker rather than relying on existance of a specific file in the target (6137fd8)

0.6.0 (2016-03-05)

Bug Fixes

  • Travis: Ionic Framework .beta.18 was broken on Travis (#24), upgrade to .19 (6003691)
  • Update: Upgrade angular2 to beta.9 which supports typescript 1.8.* (#9 ([d46f017])

Features

  • Build: Using Ionic's build tools in ionic-app-lib (9005006)
  • Unit Test: Enable form tests again after our PR is merged into Ionic (#12) (aa726486)
  • Build: Improve workaround for ionic-angular/index by creating own references in ionic-angular.js (#27) (21ba465)

0.5.1 (2016-03-03)

Bug Fixes

  • Update: Update webpack css font reference (#28) (c333f56)

0.5.0 (2016-03-02)

Features

  • Build: Move conifg to ./test (#27) (f78363d)
  • Update: Update to Ionic 2.0.0.beta.1 (#25) (67bad59)
  • Build: Use Cordova Hooks to prevent test files from ending up inside the apk (82be26a)

0.4.0 (2016-02-25)

Bug Fixes

  • Deps: Use explicit versioning in npm ([#17]](#17)) (90f677d)

Features

0.3.1 (2016-02-24)

Bug Fixes

  • Build: Merge PR #8 Fixing test file name (f524bcf)

0.3.0 (2016-02-19)

Bug Fixes

  • Unit Test: Previously using a bunch of hacks accessing private control variables (cc5c0a5)
  • App: Need to use one or the other when typing (cc2d919)

Features

  • App: Update tslint to enforce strict typing and change typescript to be strictly typed (cc2d919)

0.2.0 (2016-02-18)

Bug Fixes

  • Unit Test: Misconfiguration in Karma (5af7958)
  • Unit Test: Previously using toBeDefined, but they will always be defined! (d8e1cf5)

Features

  • Unit Test: Using Angular2's DI to test component's in the DOM (07f60bf)
  • App: Utility function should be placed in .catch in any promise to debug errors (0621169)

0.1.0 (2016-02-17)

Bug Fixes

  • Update: CSS was broken in Ionic upgrade (98c13c4)
  • Update: Icons were broken in Ionic upgrade (c954c15)

Features

  • Update: Upgrade deps (angular2, etc) to Ionic 2.0.0.beta.0 (830ae8b)
  • App: Adding MIT License (a3475cf)

0.0.1 (2016-01-08)

Features

  • App: (f8865b0)
  • Travis: Build and deploy using Travis CI (fb045f6)
  • Unit Test: Initial unit test set up now working (04a1028)
  • App: Clickers functionality including local storage (9d04f8d)
  • App: Skeleton app using ionic start --v2 --ts clickers (8bde84f)