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

Update angular-in-memory-web-api to the latest version 🚀 #4

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

greenkeeper[bot]
Copy link

@greenkeeper greenkeeper bot commented Feb 27, 2017

Version 0.3.0 of angular-in-memory-web-api just got published.

Dependency angular-in-memory-web-api
Current Version 0.2.5
Type dependency

The version 0.3.0 is not covered by your current version range.

Without accepting this pull request your project will work just like it did before. There might be a bunch of new features, fixes and perf improvements that the maintainers worked on for you though.

I recommend you look into these changes and try to get onto the latest version of angular-in-memory-web-api.
Given that you have a decent test suite, a passing build is a strong indicator that you can take advantage of these changes by merging the proposed change into your project. Otherwise this branch is a great starting point for you to work on the update.


Commits

The new version differs by 1 commits .

  • 8ac7902 chore: bump minor version in package.json

See the full diff.

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 9, 2017

Version 0.3.1 just got published.

Update to this version instead 🚀

Commits

The new version differs by 2 commits .

  • c9d5a94 feat: support node for Angular universal demos
  • 0269b0a fix: make it work in node for universal (#102)

See the full diff.

greenkeeper bot added a commit that referenced this pull request May 2, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented May 2, 2017

Version 0.3.2 just got published.

Update to this version instead 🚀

Commits

The new version differs by 3 commits0.

  • 70b412d fixes: PRs #91, 95, 106
  • 2328be5 Bugfix : correct behavior when id===0 in delete and get (#95)
  • 06b708b docs: Update README.md (#106)

false

See the full diff

greenkeeper bot added a commit that referenced this pull request Sep 8, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Sep 8, 2017

Version 0.4.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 3 commits.

  • e675a6a feat: support HttpClient
  • c734deb feat: refactor to agnostic base backend service class
  • cb4cb82 feat: add tests

See the full diff

greenkeeper bot added a commit that referenced this pull request Sep 8, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Sep 8, 2017

Version 0.4.1 just got published.

Update to this version instead 🚀

Commits

The new version differs by 2 commits.

  • 38d0c39 fix: fix the passThru feature which wasn’t implemented properly in v0.4.0
  • 403f932 Update README to announce v0.4.0.

See the full diff

greenkeeper bot added a commit that referenced this pull request Sep 11, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Sep 11, 2017

Version 0.4.2 just got published.

Update to this version instead 🚀

Commits

The new version differs by 3 commits ahead by 3, behind by 1.

  • 6db9a1c feat: support async createDb
  • 88838ec feat: delay calling resetDb until the first request
  • e8d1e7c fix: fix the passThru feature which wasn’t implemented properly in v0.4.0 (#134)

See the full diff

greenkeeper bot added a commit that referenced this pull request Sep 11, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Sep 11, 2017

Version 0.4.3 just got published.

Update to this version instead 🚀

Commits

The new version differs by 2 commits ahead by 2, behind by 2.

  • 6809d66 :refactor: replace with everywhere
  • a2f99cd feat: support asyncresetDb; delay calling it until the first request (#135)

See the full diff

greenkeeper bot added a commit that referenced this pull request Sep 12, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Sep 12, 2017

Version 0.4.4 just got published.

Update to this version instead 🚀

Commits

The new version differs by 2 commits.

  • 71b1894 fix: parseId only converts id to number if the collection ids are numeric. (#138)
  • bb8b85f Update README.md about load HttpModule (#137)

See the full diff

greenkeeper bot added a commit that referenced this pull request Sep 12, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Sep 12, 2017

Version 0.4.5 just got published.

Update to this version instead 🚀

Commits

The new version differs by 2 commits.

  • 010e676 feat: offer Http and HttpClient only versions of the setup module (#141)
  • 028747d test: demo parseRequestUrl override that turns /foo/heroes into /heroes

See the full diff

greenkeeper bot added a commit that referenced this pull request Sep 13, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Sep 13, 2017

Version 0.4.6 just got published.

Update to this version instead 🚀

Commits

The new version differs by 11 commits.

  • 22c2d97 docs: improvements worthy of release 0.4.6
  • dea9a2d docs: example of resetDb command with option in the request.
  • fcb2afd fix: restore zero latency for commands and explain commands better.
  • 36aba5d refactor: remove unused import
  • 3a9b170 docs: update the build instructions
  • 85c5024 docs: correct the README’s custom HTTP method section
  • d8c7a03 docs: refine README setup and commands sections
  • d23942a docs: tweak README 0.4.0 announcement
  • 09747c0 docs: commands were not hot after v4.0 (#142)
  • 06bd075 refactor: replace filter(predicate).first with first(predicate)
  • 0355b19 docs: fix typos in README

See the full diff

greenkeeper bot added a commit that referenced this pull request Oct 6, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Oct 6, 2017

Version 0.5.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 1 commits.

  • cc02859 fix: Do NOT encapsulate by default - breaking change - v0.5 (#147)

See the full diff

greenkeeper bot added a commit that referenced this pull request Oct 22, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Oct 22, 2017

Version 0.5.1 just got published.

Update to this version instead 🚀

Commits

The new version differs by 2 commits.

  • 7fc1ca0 fix: update package.json to support Angular v5
  • c5a83c1 docs: CHANGELOG - clarify reasons for no encapsulation default

See the full diff

greenkeeper bot added a commit that referenced this pull request Dec 10, 2017
@greenkeeper
Copy link
Author

greenkeeper bot commented Dec 10, 2017

Version 0.5.2 just got published.

Update to this version instead 🚀

Commits

The new version differs by 1 commits.

See the full diff

greenkeeper bot added a commit that referenced this pull request Jan 23, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Jan 23, 2018

Version 0.5.3 just got published.

Update to this version instead 🚀

Commits

The new version differs by 4 commits ahead by 4, behind by 1.

  • f7e216d feature: support HttpParams and test with searchHeroes (#170)
  • cb4e06f Compile Time TypeError Fix (#155)
  • a824a6e docs: fix README data encapsulation warning (#168)
  • 956637e fix: clone request data (#165)

See the full diff

greenkeeper bot added a commit that referenced this pull request Mar 9, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 9, 2018

Version 0.5.4 just got published.

Update to this version instead 🚀

Release Notes Small fixes

See CHANGELOG

Commits

The new version differs by 3 commits.

  • 25c6a21 fix: simulated HTTP errors now delayed as expected (#182)
  • f673b1c Update README.md (#179)
  • 7488918 docs: update README

See the full diff

greenkeeper bot added a commit that referenced this pull request Mar 23, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 23, 2018

Version 0.6.0 just got published.

Update to this version instead 🚀

Release Notes 0.6.0 for Angular v6 and RxJS v6 RCs

See CHANGELOG.md

Commits

The new version differs by 7 commits.

See the full diff

greenkeeper bot added a commit that referenced this pull request Jul 24, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Jul 24, 2018

Version 0.6.1 just got published.

Update to this version instead 🚀

Commits

The new version differs by 4 commits ahead by 4, behind by 6.

  • 3a4fc3a fix: bumped package.json version to 6.0.1
  • 35f17fe build: update to Angular/RxJS v6.0.0 release (#200)
  • a94855b tests: use destructuring in a test
  • 78141ec upgrade to rxjs v6 (#185)

See the full diff

greenkeeper bot added a commit that referenced this pull request Nov 1, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Nov 1, 2018

Update to this version instead 🚀

Commits

The new version differs by 2 commits.

  • 68ba167 build: update peer dependencies for Angular v7 (0.7.0) (#220)
  • 36b5f67 fix: sample code updated to assign back response headers. Unit tests already exists (#218)

See the full diff

greenkeeper bot added a commit that referenced this pull request Dec 21, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Dec 21, 2018

Update to this version instead 🚀

Commits

The new version differs by 1 commits.

  • 070ba27 refactor: remove @angular/http

See the full diff

greenkeeper bot added a commit that referenced this pull request Aug 21, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Aug 21, 2019

Update to this version instead 🚀

Commits

The new version differs by 3 commits ahead by 3, behind by 1.

See the full diff

@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 13, 2020

Update to this version instead 🚀

@greenkeeper
Copy link
Author

greenkeeper bot commented May 15, 2020


🚨 Reminder! Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! 💜 🚚💨 💚

Find out how to migrate to Snyk at greenkeeper.io


Update to this version instead 🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant