Skip to content

Conversation

@SethDavenport
Copy link
Member

No description provided.

* Change example app to use ng2-redux from npm instead of
  pointing to the source directly
* Update typings and store config
* npm start = runs example with ng2-redux loaded from npm
* npm run dev = runs example, but loads from src
@SethDavenport SethDavenport changed the title Chore/example project cleanup chore(example): use npm package instead of source. Apr 28, 2016
@SethDavenport SethDavenport merged commit b221b51 into angular-redux:typescript Apr 28, 2016
@SethDavenport SethDavenport deleted the chore/example-project-cleanup branch April 28, 2016 16:43
e-schultz added a commit that referenced this pull request Apr 28, 2016
* Adds .idea (intellij IDE) to .gitignore
* Ports the library to TypeScript, and adds (basic) generic support
* Examples now work with Typed Stores, and Angular 2 Beta 1
* Upgraded tsd to typings
* Updates/prunes dependencies adds postinstall for typings to the example
* Purge typings
* Fixes typings postinstall when used as a dependency
* Updates typings and excludes tmp from tsconfig
* Fix reflect-metadata issue
* Fix counter and dev tools
* Remove lib folder
* Update counter to load ng2-redux from src
* Update webpack config
* Ports the library to TypeScript, and adds (basic) generic support
* Update peer dependencies
* Lock down versions
* Adds redux-logger typings/dependency
* Tests are now TypeScript
* Remove old service code from provider.ts
* Left ng-redux.ts as own file
* Fix exports from src/index.ts
* Remove extra 'reflect-metadata' from counter example
* chore(tests) Add typings for mocha and chai
* add chai to dev dep
* update node version for tests
* Observable Store and official redux typings
* Remove js version of connector spec
* Add ability to provide a custom compare function to .select
* Fix path to index.d.ts
* Update contributors on package.json
* Cleanup example
* Update readme with .select details
* Change provider to use NgRedux class directly
* Add alias for @Inject('ngRedux')

To prevent breaking changes from people using @Inject('ngRedux'), setup
an alias so that code using this style of injection will still work.

* refactor(connector) Merge ng-redux and connector

Refactored connector so all of the ng-redux.ts functionality was moved
into it, then renamed it.

* Updated tests, and cleaned up the provide factory.
* Fix type issue for action creator
* chore(readme) Update bootstrap
* No longer need to register NgRedux directly as a provider
* docs(ngRedux): Add docs to public api methods (#35)
* chore(package): Update repo details (#36)
* chore(ci): Setup circleci (#37)
* chore(ci): Setup circleci
* chore(ci): Change badge to be circleci (#38)
* Chore ci changes (#39)
* chore(ci): remove .travis.yml
* chore(ci): Change node version
* Chore/example project cleanup (#52)
* chore(example): use npm package instead of source.
* Prefer the chrome extension dev tools in README (#50)

This is because they don't require a dependency on React.

Also showed an example of enabling Angular 2 to refresh after events fired by the dev tools.

* Dependency cleanup, minor corrections to example devtools. (#55)
* Core changelog (#53)

* add changelog
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.

2 participants