Skip to content

Commit

Permalink
Merge branch 'main' into feature/async
Browse files Browse the repository at this point in the history
  • Loading branch information
StorytellerCZ committed Jan 14, 2024
2 parents 2bb849a + 6a51201 commit 72ae5fe
Show file tree
Hide file tree
Showing 17 changed files with 703 additions and 61 deletions.
4 changes: 2 additions & 2 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
github: harryadel
github: [StorytellerCZ, harryadel, jankapunkt]
ko_fi: harryadel
custom: []
custom: []
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8.9.1
14.15.1
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Change Log

## 3.1.0

Update dependencies (`aldeed:collection2@3.5.0`, `ecmascript` according to Meteor version)
Index creation and dropping has been updated to use newer API if available

## 3.0.0

Updated to depend on `aldeed:collection2@3.0.0` rather than `aldeed:collection2-core`. Core has been merged back into the main package as a 3.0.0 release.
Expand All @@ -26,4 +31,4 @@ Update to work with SimpleSchema 2.0

## 1.0.0

Initial release. Originally included in the aldeed:collection2 package.
Initial release. Originally included in the aldeed:collection2 package.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2015-2018 Eric Dobbertin
Copyright (c) 2015-2020 Eric Dobbertin

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
aldeed:schema-index
=========================

A Meteor package that allows you to control some MongoDB indexing from your SimpleSchema. This package is currently included automatically with the aldeed:collection2 package.
A Meteor package that allows you to control some MongoDB indexing from your SimpleSchema.

## Installation

Expand Down
Loading

0 comments on commit 72ae5fe

Please sign in to comment.