Nested pages
This release fixes an issue with page object generators. Previous implementations didn't generate proper import statements for nested pages.
Project Update
npm install --save-dev [email protected]
Main changes
- Allow nested pages (thanks to @rtablada)
Community contributions
#94 Add codeclimate configuration files (@san650)
#93 Allow nested pages with full path to "page-object" module (@rtablada)
#101 Bump ember cli to 1.13.15 (@san650)
#102 Add more scenarios to ember-try (@san650)
#103 Fix spelling errors in README.md (@hidnasio)
#104 Missing ember-cli-string-utils
dependency (@san650)