Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Restructure #10

Merged
merged 4 commits into from
Sep 5, 2016
Merged

Restructure #10

merged 4 commits into from
Sep 5, 2016

Conversation

beldougie
Copy link
Owner

Restructuring by removing typescript and moving to 'native' es6 in node

@beldougie beldougie merged commit 462eb1f into develop Sep 5, 2016
@beldougie beldougie deleted the restructure branch September 5, 2016 19:00
beldougie added a commit that referenced this pull request Sep 10, 2016
* update README with credits
* adding basic travis-ci config file
* fix typo
* implement mocha test runner
* Add commitment to ES6
* adding canvas dependencies
* updating travis build script
* updating travis
* Update .travis.yml
   see node-inspector/node-inspector#776 (comment)
* Update .travis.yml
   silence `apt-get update`
* Update .travis.yml
   Add dependencies for `node canvas`
* Update README.md
   Adding build status badge from Travis
* Update .travis.yml
   add install step
* restructuring slightly
* adding test and babel for es6 parsing
* removed babel in favour of typescript
* converting to typescript
* script hooks
* fixed typo
* changing path to see if fixes test failure remotely
* remove pointless preinstall script
* another attempt at specifying the test files
* updated to latest version of node
* adding post install script to run `typings install`
* remove `iojs` build
* Restructure (#10)
* removing typescript - just not going to work on this project
* [WIP] converting to native JS
* running and tests passing with no trace of typescript
* oops - wrong package version
* Feature/#1 initial class content (#11)
* updating unit tests
* introduce node-canvas
* adding jshint ocnfig
* updated the BaseGenerator with a lot of the basic code
  (modified from the SolidGrey example
* Feature/extract to decorators (#12)
* extracted the creation process to a Decorator class
* Refactored into the 'Solid' class
* created an Abstract decorator to handle common properties/functions
* add unit test for AbstractDecorator
* reworked unit tests
* unit tests passing
* Create Demo App (#13)
* basic express added in `demo` folder
* drawing an image on the screen, but it doesn't contain any data yet...
* got something drawing on screen using promises for async handling
* tweaked constants and ensured reject would be called on error
* demo app working with default solid and variable solid pages :)
* amend image info
* improve unit testing
* [WIP] create package entry point (#14)
* add the start of a central library of exports
* make the demo a package in its own right
   So we can add dependencies properly
* moved the demo requirements to the correct package
   and sorted out the horrible formatting
* reorganised the package.json file
* adding start script to demo
beldougie added a commit that referenced this pull request Sep 10, 2016
* update README with credits
* adding basic travis-ci config file
* fix typo
* implement mocha test runner
* Add commitment to ES6
* adding canvas dependencies
* updating travis build script
* updating travis
* Update .travis.yml
  see node-inspector/node-inspector#776 (comment)
* Update .travis.yml
  silence `apt-get update`
* Update .travis.yml
  Add dependencies for `node canvas`
* Update README.md
  Adding build status badge from Travis
* Update .travis.yml
  add install step
* restructuring slightly
* adding test and babel for es6 parsing
* removed babel in favour of typescript
* converting to typescript
* script hooks
* fixed typo
* changing path to see if fixes test failure remotely
* remove pointless preinstall script
* another attempt at specifying the test files
* updated to latest version of node
* adding post install script to run `typings install`
* remove `iojs` build
* Restructure (#10)
* removing typescript - just not going to work on this project
* [WIP] converting to native JS
* running and tests passing with no trace of typescript
* oops - wrong package version
* Feature/#1 initial class content (#11)
* updating unit tests
* introduce node-canvas
* adding jshint ocnfig
* updated the BaseGenerator with a lot of the basic code
  (modified from the SolidGrey example
* Feature/extract to decorators (#12)
* extracted the creation process to a Decorator class
* Refactored into the 'Solid' class
* created an Abstract decorator to handle common properties/functions
* add unit test for AbstractDecorator
* reworked unit tests
* unit tests passing
* Create Demo App (#13)
* basic express added in `demo` folder
* drawing an image on the screen, but it doesn't contain any data yet...
* got something drawing on screen using promises for async handling
* tweaked constants and ensured reject would be called on error
* demo app working with default solid and variable solid pages :)
* amend image info
* improve unit testing
* [WIP] create package entry point (#14)
* add the start of a central library of exports
* make the demo a package in its own right
   So we can add dependencies properly
* moved the demo requirements to the correct package
   and sorted out the horrible formatting
* reorganised the package.json file
* adding start script to demo
* ensure the demo is using correct node version
* update README
* Prepare for deployment to npm (#17)
* add travis deployment config
* adding .npmignore  file
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant