Al bien hacer jamás le falta premio.
After updating the documentation to v1
and converting it into the jsdoc
format, we are finally releasing v1
🎉
Special thanks to @jeradg for making this happen.
EDIT: Check our migration guide
Project Update
$ ember install ember-cli-page-object
Or you can install the npm package and run the installation script
$ npm install --save-dev [email protected]
$ ember generate ember-cli-page-object
Main changes
- Move documentation to the
jsdoc
format and generating the site based on that content. - Update site to
v1
and support multiple versions documentation.
Community contributions
#125 Generate jsdoc automatically (@juanazam, @jeradg)
#135 Update site to v1 (@jeradg, @juanazam)