Git Product home page Git Product logo

Comments (9)

greenkeeper avatar greenkeeper commented on August 15, 2024

Version 9.0.24 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version 🚀

Release Notes v9.0.24

9.0.24 (2017-10-20)

Bug Fixes

  • include path in the matching log output (#996) (ea2fe9f)
  • stripping of new lines when using a matcher function for the body (#932) (bd38736)
Commits

The new version differs by 1 commits.

  • bd38736 fix: stripping of new lines when using a matcher function for the body (#932)

See the full diff

from apish.

greenkeeper avatar greenkeeper commented on August 15, 2024

Version 9.0.25 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version 🚀

Release Notes v9.0.25

9.0.25 (2017-10-23)

Bug Fixes

  • re-add support for matching body to query string regex (#1006) (be7a075)
Commits

The new version differs by 3 commits.

  • be7a075 fix: re-add support for matching body to query string regex (#1006)
  • f22dcc3 docs(readme): Documentation Update for activate, isActive, restore methods. (#1002)
  • bd38736 fix: stripping of new lines when using a matcher function for the body (#932)

See the full diff

from apish.

greenkeeper avatar greenkeeper commented on August 15, 2024

Version 9.0.26 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version 🚀

Release Notes v9.0.26

9.0.26 (2017-10-28)

Bug Fixes

Commits

The new version differs by 9 commits.

  • eac534b fix: correctly parse request without specified path (#1011)
  • 269377e docs(README): reference Code of Conduct in Contributing section
  • 0a8633e chore(Code of Conduct): Contributor Covenant
  • 7d02b1e chore(package): remove changelog
  • d857798 docs(README): Commit Message conventions
  • a9e1acf chore(CHANGELOG): remove. Changes are now in GitHub release notes
  • be7a075 fix: re-add support for matching body to query string regex (#1006)
  • f22dcc3 docs(readme): Documentation Update for activate, isActive, restore methods. (#1002)
  • bd38736 fix: stripping of new lines when using a matcher function for the body (#932)

See the full diff

from apish.

greenkeeper avatar greenkeeper commented on August 15, 2024

Version 9.0.27 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version 🚀

Release Notes v9.0.27

9.0.27 (2017-10-28)

Bug Fixes

Commits

The new version differs by 10 commits.

  • a908ed9 fix: support for regex with query params (#1010)
  • eac534b fix: correctly parse request without specified path (#1011)
  • 269377e docs(README): reference Code of Conduct in Contributing section
  • 0a8633e chore(Code of Conduct): Contributor Covenant
  • 7d02b1e chore(package): remove changelog
  • d857798 docs(README): Commit Message conventions
  • a9e1acf chore(CHANGELOG): remove. Changes are now in GitHub release notes
  • be7a075 fix: re-add support for matching body to query string regex (#1006)
  • f22dcc3 docs(readme): Documentation Update for activate, isActive, restore methods. (#1002)
  • bd38736 fix: stripping of new lines when using a matcher function for the body (#932)

See the full diff

from apish.

greenkeeper avatar greenkeeper commented on August 15, 2024

Version 9.0.28 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version 🚀

Release Notes v9.0.28

9.0.28 (2017-11-06)

Bug Fixes

Commits

The new version differs by 12 commits.

  • 970b037 fix: intercept ClientRequest.flushHeaders() (#1016)
  • 4f83d90 docs(README): stop recording (#1013)
  • a908ed9 fix: support for regex with query params (#1010)
  • eac534b fix: correctly parse request without specified path (#1011)
  • 269377e docs(README): reference Code of Conduct in Contributing section
  • 0a8633e chore(Code of Conduct): Contributor Covenant
  • 7d02b1e chore(package): remove changelog
  • d857798 docs(README): Commit Message conventions
  • a9e1acf chore(CHANGELOG): remove. Changes are now in GitHub release notes
  • be7a075 fix: re-add support for matching body to query string regex (#1006)
  • f22dcc3 docs(readme): Documentation Update for activate, isActive, restore methods. (#1002)
  • bd38736 fix: stripping of new lines when using a matcher function for the body (#932)

See the full diff

from apish.

greenkeeper avatar greenkeeper commented on August 15, 2024

Version 9.1.0 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version 🚀

Release Notes v9.1.0

9.1.0 (2017-11-08)

Features

  • stop persisting a persistent nock. (f3f9bc7), closes #438
Commits

The new version differs by 13 commits.

  • f3f9bc7 feat: stop persisting a persistent nock.
  • 970b037 fix: intercept ClientRequest.flushHeaders() (#1016)
  • 4f83d90 docs(README): stop recording (#1013)
  • a908ed9 fix: support for regex with query params (#1010)
  • eac534b fix: correctly parse request without specified path (#1011)
  • 269377e docs(README): reference Code of Conduct in Contributing section
  • 0a8633e chore(Code of Conduct): Contributor Covenant
  • 7d02b1e chore(package): remove changelog
  • d857798 docs(README): Commit Message conventions
  • a9e1acf chore(CHANGELOG): remove. Changes are now in GitHub release notes
  • be7a075 fix: re-add support for matching body to query string regex (#1006)
  • f22dcc3 docs(readme): Documentation Update for activate, isActive, restore methods. (#1002)
  • bd38736 fix: stripping of new lines when using a matcher function for the body (#932)

See the full diff

from apish.

greenkeeper avatar greenkeeper commented on August 15, 2024

Version 9.1.1 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version 🚀

Release Notes v9.1.1

9.1.1 (2017-11-24)

Bug Fixes

  • lib: [match_body] stringify object by qs package (e8cb44a)
Commits

The new version differs by 16 commits.

  • e8cb44a fix(lib): [match_body] stringify object by qs package
  • 258ef9c chore(package): [qs] upgraded
  • 28664fa docs(readme): fix typo "specially" to "especially"
  • f3f9bc7 feat: stop persisting a persistent nock.
  • 970b037 fix: intercept ClientRequest.flushHeaders() (#1016)
  • 4f83d90 docs(README): stop recording (#1013)
  • a908ed9 fix: support for regex with query params (#1010)
  • eac534b fix: correctly parse request without specified path (#1011)
  • 269377e docs(README): reference Code of Conduct in Contributing section
  • 0a8633e chore(Code of Conduct): Contributor Covenant
  • 7d02b1e chore(package): remove changelog
  • d857798 docs(README): Commit Message conventions
  • a9e1acf chore(CHANGELOG): remove. Changes are now in GitHub release notes
  • be7a075 fix: re-add support for matching body to query string regex (#1006)
  • f22dcc3 docs(readme): Documentation Update for activate, isActive, restore methods. (#1002)

There are 16 commits in total.

See the full diff

from apish.

greenkeeper avatar greenkeeper commented on August 15, 2024

Version 9.1.2 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version 🚀

Release Notes v9.1.2

9.1.2 (2017-11-24)

Bug Fixes

  • lib: [match_body] stringify object by qs package (e8cb44a)
  • Encoding query parameters when recording to string. (#1015) (ebb8af2)
Commits

The new version differs by 17 commits.

  • ebb8af2 fix: Encoding query parameters when recording to string. (#1015)
  • e8cb44a fix(lib): [match_body] stringify object by qs package
  • 258ef9c chore(package): [qs] upgraded
  • 28664fa docs(readme): fix typo "specially" to "especially"
  • f3f9bc7 feat: stop persisting a persistent nock.
  • 970b037 fix: intercept ClientRequest.flushHeaders() (#1016)
  • 4f83d90 docs(README): stop recording (#1013)
  • a908ed9 fix: support for regex with query params (#1010)
  • eac534b fix: correctly parse request without specified path (#1011)
  • 269377e docs(README): reference Code of Conduct in Contributing section
  • 0a8633e chore(Code of Conduct): Contributor Covenant
  • 7d02b1e chore(package): remove changelog
  • d857798 docs(README): Commit Message conventions
  • a9e1acf chore(CHANGELOG): remove. Changes are now in GitHub release notes
  • be7a075 fix: re-add support for matching body to query string regex (#1006)

There are 17 commits in total.

See the full diff

from apish.

greenkeeper avatar greenkeeper commented on August 15, 2024

Version 9.1.3 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version 🚀

Release Notes v9.1.3

9.1.3 (2017-11-25)

Bug Fixes

Commits

The new version differs by 18 commits.

  • fa58493 fix: set protocol correctly (#1027)
  • ebb8af2 fix: Encoding query parameters when recording to string. (#1015)
  • e8cb44a fix(lib): [match_body] stringify object by qs package
  • 258ef9c chore(package): [qs] upgraded
  • 28664fa docs(readme): fix typo "specially" to "especially"
  • f3f9bc7 feat: stop persisting a persistent nock.
  • 970b037 fix: intercept ClientRequest.flushHeaders() (#1016)
  • 4f83d90 docs(README): stop recording (#1013)
  • a908ed9 fix: support for regex with query params (#1010)
  • eac534b fix: correctly parse request without specified path (#1011)
  • 269377e docs(README): reference Code of Conduct in Contributing section
  • 0a8633e chore(Code of Conduct): Contributor Covenant
  • 7d02b1e chore(package): remove changelog
  • d857798 docs(README): Commit Message conventions
  • a9e1acf chore(CHANGELOG): remove. Changes are now in GitHub release notes

There are 18 commits in total.

See the full diff

from apish.

Related Issues (15)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.