SignalK / signalk-derived-data

Generates deltas for values derived from signalk values
Apache License 2.0
18 stars 31 forks source link

Update baconjs to the latest version πŸš€ #19

Closed greenkeeper[bot] closed 4 years ago

greenkeeper[bot] commented 6 years ago

Version 1.0.0 of baconjs was just published.

Dependency baconjs
Current Version 0.7.95
Type dependency

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

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.

It might be worth looking into these changes and trying to get this project onto the latest version of baconjs.

If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you don’t have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.


Commits

The new version differs by 6 commits.

  • 300937d release 1.0.0
  • 36ee8bb improve readme
  • be77078 add notice to doAction documentation, related to #698
  • 045c1e2 Revert "Fix #698"
  • 118293a move the addPropertyInitValueToStream function to separate file (and allow circular deps)
  • 01b5a42 Fix #698

See the full diff

FAQ and help There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper bot :palm_tree:

greenkeeper[bot] commented 6 years ago

Version 1.0.1 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 4 commits.

  • ff11617 release 1.0.1
  • 9192359 Fix #699: A bit stabler implementation of Property::takeUntil, without using
  • 2c0eab3 Add failing test case for Issue #699
  • 27b272b add missing dependency later->scheduler

See the full diff

greenkeeper[bot] commented 6 years ago

Version 2.0.0 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 94 commits.

  • bd133ec build dist
  • eb73b69 update readme with changes in Event objects
  • 2b0a835 Change hasValue, isEvent, isNext, isInitial, isError, isEnd from functions to boolean properties
  • 0294af8 refactor, cleanup
  • 72e07b0 cleanup
  • db51fa6 optimize Bacon.when by getting rid of unnecessary functions created during dispatch
  • 049f173 remove asserts in some performance-critical spots
  • fcaecde make sure stuff stays synchrnous in perftest
  • a8c0a7a remove assert that slowed down the event pipeline
  • d07f27a Merge pull request #711 from baconjs/force-async
  • c6892a9 removed tests for infinite synchrnous sources, as synchrnous eventstreams no longer exist
  • 65800a1 build dist
  • d60915d Don't spawn twice for an Initial event in flatmap
  • 456a163 import Bacon from src/Bacon in all tests to avoid 2 instances
  • f800a4a add an extra check

There are 94 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 2.0.1 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 16 commits.

There are 16 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 2.0.2 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 1 commits.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 2.0.3 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 2 commits.

  • 1be7334 release 2.0.3
  • 496a12c maybe finally get the release script just right?

See the full diff

greenkeeper[bot] commented 6 years ago

Version 2.0.4 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 2 commits.

  • 7a419c3 release 2.0.4
  • 120ee56 maybe now version information gets correctly passed even into npm-published js-files

See the full diff

greenkeeper[bot] commented 6 years ago

Version 2.0.5 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 12 commits.

  • 1ab2f50 release 2.0.5
  • 162c712 rel notes
  • 946c232 fix Promise polyfill in tests
  • e9a2175 build dist
  • 080c3f7 just triggering a rebuild
  • 4565b4c fix whitespace error, sorry
  • 2d4a77e Fix #713, i.e. the force-async behavior in EventStream constructor.
  • 5ac0249 test for asynchronicity of Property.toEventStream
  • 36b5dc3 remove unnecessary .toProperty()
  • a818d41 Run mocha debugger if DEBUG environment variable is set
  • b990dd2 extract src/toeventstream.js
  • af404b9 release notes

See the full diff