Skip to content

Releases: canjs/can-fixture-socket

Fix loading @feathers/common

05 Sep 12:51
Compare
Choose a tag to compare

Add steal paths config to fix loading @feathers/common #82

QUNIT2 upgrade

28 May 18:25
Compare
Choose a tag to compare

This updates the tests to use QUnit@2.x.x.

#76

Fix change in how feathers uses event names in emit

22 May 15:33
Compare
Choose a tag to compare

Feathers now only sends the method as the event as opposed to them being mixed like messages::find -> https://github.com/feathersjs/feathers/blob/master/packages/transport-commons/src/client.ts#L100

This meant that none of the subscribers within can-fixture-sockets where firing and as such the request would always timeout.

Closes #77

v2.0.0

05 Jul 19:48
Compare
Choose a tag to compare

Compatible with CanJS 5

v1.1.0

04 Jul 05:28
Compare
Choose a tag to compare

Remove uses of can-util #66

v1.0.1

04 Jul 05:26
Compare
Choose a tag to compare

Cleanup markdown sample code #61

Updated docs, dependencies, and added cycle detection

31 Oct 21:50
Compare
Choose a tag to compare
  • Add a cycle detection script to test process #55
  • Update docs with new @parent & @collection #56
  • Update testee to the latest version 🚀 #47
  • Update documentjs to the latest version 🚀 #49
  • Hide docs that can’t show up in the navigation #58

v0.7.1...v0.7.2

Remove pre-release package references

05 Sep 15:16
Compare
Choose a tag to compare

The post-can-reflect releases from CanJS 3.9 are all stable, so packages shouldn't be depending on pre-releases now.

can-reflect

23 Jun 02:44
Compare
Choose a tag to compare
v0.7.0

0.7.0

Upgrade StealJS

02 Mar 23:41
Compare
Choose a tag to compare

The steal, steal-tools, and related testing plugins have been updated to the latest versions.