Skip to content

Commit cbbbe39

Browse files
committedMar 11, 2024··
Published cultofcoders:grapher@1.5.0
1 parent 4769bb0 commit cbbbe39

File tree

2 files changed

+31
-27
lines changed

2 files changed

+31
-27
lines changed
 

‎.versions

+29-27
Original file line numberDiff line numberDiff line change
@@ -1,62 +1,64 @@
11
allow-deny@1.1.1
2-
babel-compiler@7.10.1
2+
babel-compiler@7.10.5
33
babel-runtime@1.5.1
44
base64@1.0.12
55
binary-heap@1.0.11
6-
boilerplate-generator@1.7.1
6+
boilerplate-generator@1.7.2
77
caching-compiler@1.2.2
8-
callback-hook@1.4.0
8+
callback-hook@1.5.1
99
check@1.3.2
1010
coffeescript@2.4.1
1111
coffeescript-compiler@2.4.1
12-
cultofcoders:grapher@1.4.1
13-
dburles:mongo-collection-instances@0.3.5
12+
cultofcoders:grapher@1.5.0
13+
dburles:mongo-collection-instances@0.4.0
1414
ddp@1.4.1
1515
ddp-client@2.6.1
1616
ddp-common@1.4.0
17-
ddp-server@2.6.0
17+
ddp-server@2.7.0
1818
diff-sequence@1.1.2
19-
dynamic-import@0.7.2
20-
ecmascript@0.16.4
21-
ecmascript-runtime@0.8.0
19+
dynamic-import@0.7.3
20+
ecmascript@0.16.8
21+
ecmascript-runtime@0.8.1
2222
ecmascript-runtime-client@0.12.1
2323
ecmascript-runtime-server@0.11.0
2424
ejson@1.1.3
25-
fetch@0.1.2
25+
fetch@0.1.4
2626
geojson-utils@1.0.11
27-
herteby:denormalize@0.6.6
27+
herteby:denormalize@0.6.7
2828
id-map@1.1.1
2929
inter-process-messaging@0.1.1
30-
lai:collection-extensions@0.2.1_1
31-
local-test:cultofcoders:grapher@1.4.1
32-
logging@1.3.1
33-
matb33:collection-hooks@1.1.2
34-
meteor@1.10.3
30+
lai:collection-extensions@0.4.0
31+
local-test:cultofcoders:grapher@1.5.0
32+
logging@1.3.3
33+
matb33:collection-hooks@1.3.1
34+
meteor@1.11.5
3535
meteortesting:browser-tests@0.1.2
3636
meteortesting:mocha@0.4.4
37-
minimongo@1.9.1
38-
modern-browsers@0.1.9
39-
modules@0.19.0
37+
minimongo@1.9.3
38+
modern-browsers@0.1.10
39+
modules@0.20.0
4040
modules-runtime@0.13.1
41-
mongo@1.16.3
41+
mongo@1.16.8
4242
mongo-decimal@0.1.3
4343
mongo-dev-server@1.1.0
4444
mongo-id@1.0.8
45-
npm-mongo@4.12.1
45+
npm-mongo@4.17.2
4646
ordered-dict@1.1.0
4747
peerlibrary:extend-publish@0.6.0
4848
peerlibrary:subscription-scope@0.5.0
4949
practicalmeteor:mocha-core@1.0.1
5050
promise@0.12.2
5151
random@1.2.1
52-
react-fast-refresh@0.2.3
52+
react-fast-refresh@0.2.8
5353
reactive-var@1.0.12
5454
reload@1.3.1
5555
retry@1.1.0
56-
reywood:publish-composite@1.7.3
56+
reywood:publish-composite@1.8.8
5757
routepolicy@1.1.1
58-
socket-stream-client@0.5.0
59-
tracker@1.2.1
60-
underscore@1.0.11
61-
webapp@1.13.2
58+
socket-stream-client@0.5.2
59+
tracker@1.3.3
60+
typescript@4.9.5
61+
underscore@1.6.0
62+
webapp@1.13.8
6263
webapp-hashing@1.1.1
64+
zodern:types@1.0.11

‎CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
- Allow unblocking recursive publications [@Floriferous](https://github.com/Floriferous)
55
- Reverse link nested objects failure [@bhunjadi](https://github.com/bhunjadi) [PR](https://github.com/cult-of-coders/grapher/pull/400)
66
- `reywood:publish-composite` updated to v1.8.8
7+
- Added test for Meteor 2.12 and 2.14
8+
- Added support for nested links in nested objects and arrays [@bhunjadi](https://github.com/bhunjadi) [PR](https://github.com/cult-of-coders/grapher/pull/479)
79

810
## 1.4.1
911
- Fix reactive counters when filtering on dates [@vparpoil](https://github.com/vparpoil) [PR](https://github.com/cult-of-coders/grapher/pull/402)

0 commit comments

Comments
 (0)
Please sign in to comment.