Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^2.2.2
->^6.0.0
Release Notes
kofrasa/mingo (mingo)
v6.4.15
Compare Source
New
toString
when defined on the type.v6.4.14
Compare Source
v6.4.13
Compare Source
Update
Query
condition to updater function.v6.4.12
Compare Source
New
Updater
. #413MingoError
type to represent errors caught by the library.Fixes
v6.4.11
Compare Source
New
Updater
. #413MingoError
type to represent errors caught by the library.Fixes
v6.4.10
Compare Source
Fixes
v6.4.9
Compare Source
New
$percentile
,$median
.v6.4.8
Compare Source
Fixes
v6.4.7
Compare Source
New
$bitAnd
,$bitOr
,$bitXor
,$bitNot
.isEqual
,cloneDeep
, andstringify
.Fixes
$inc
,$mul
,$max
,$min
,$push
,$bit
.isEqual
.stringify
.stringify
operation.v6.4.6
Compare Source
Fixes
$pull
. 373v6.4.5
Compare Source
Fixes
$getField
operator.$trunc
and$round
. 347copy
for UpdateOptions.structured
for UpdateOptions.v6.4.4
Compare Source
Fixes
v6.4.3
Compare Source
Fixes
v6.4.2
Compare Source
New
Context
to enable isolated configurations of usable operators in the same runtime context.v6.4.1
Compare Source
New
toString
when defined on the type.v6.4.0
Compare Source
New
updateObject
frommingo/updater
. Includes;$currentDate
,$inc
,$max
,$min
,$mul
,$set
,$unset
,$rename
.$[]
,$[<identifier>]
,$addToSet
,$pop
,$push
,$pull
,$pushAll
.$bit
.v6.3.4
Compare Source
Fixes
$sort
and$group
. Closes 332.$where
operator.Minor
walk
util function.index
roots.v6.3.3
Compare Source
v6.3.2
Compare Source
Fixes
""
totrue
for applicable operators when using strict MongoDB compatibility mode. 321v6.3.1
Compare Source
Fixes
$filter
to properly handle truthy values. 320$arrayToObject
to flatten array before converting to objects.v6.3.0
Compare Source
Fixes
$size
predicate failing when applied to undefined array. 313$min
and$max
operators to consider type sorting order.$group
operator to enforce_id
in spec.$setWindowFields
operator.New
$locf
window operator.$linearFill
window operator.$fill
pipeline operator.v6.2.7
Compare Source
Fixes
v6.2.6
Compare Source
Fixes
v6.2.5
Compare Source
Fixes
v6.2.4
Compare Source
Fixes
package.json
in explicit module exports.package.json
files for subpackages to support all ESM bundlers (#298)v6.2.3
Compare Source
Fixes
v6.2.2
Compare Source
v6.2.1
Compare Source
Fixes
$$this
when resolving fields using array operators. Closes 289v6.2.0
Compare Source
New
$maxN
,$minN
,$firstN
,$lastN
, and$sortArray
.$maxN
,$minN
,$first
,$firstN
,$last
,$lastN
,$top
,$topN
,$bottom
, and$bottomN
.$cosh
and$sinh
.Fixes
v6.1.3
Compare Source
Fixes
v6.1.2
Compare Source
Fixes
6.1.1
. Closes 274$dateToString
formatter%V
to be week of year in ISO 8601 format (i.e.01
-53
)$dateToString
formatter%u
to be day of week number in ISO 8601 format (i.e.1
-7
)$dateToString
formatter%U
for week of year.v6.1.1
Compare Source
Fixes
$dateToParts
. Closes #256v6.1.0
Compare Source
Fixes
$ifNull
conditional.New
$dateDiff
operator. See #244v6.0.6
Compare Source
Fixes
v6.0.5
Compare Source
Fixes
$dateFromString
. Fixes #228v6.0.4
Compare Source
Fixes
setEqual
,$setIntersection
,$setIsSubset
, and$setUnion
.$setIntersection
.v6.0.3
Compare Source
Fixes
console.assert
. See #226mingo/init
import.v6.0.2
Compare Source
Fixes
dateFromParts
. See #224v6.0.1
Compare Source
Fixes
$dateFromParts
which incorrectly computes the dates for some input values. See #223.v6.0.0
Compare Source
New
processingMode
to control input and output behaviour.scriptEnabled
to control whether to enable custom function operators;$where
,$function
, and$accumulator
.OperatorType.WINDOW
.$accumulator
$function
$getField
$setField
$unsetField
$sampleRate
$replaceOne
$replaceAll
$setWindowFields
$merge
$unionWith
$setWindowFields
.$denseRank
$derivative
$documentNumber
$expMovingAvg
$integral
$rank
$shift
$count
$covarianceSamp
$covariancePop
$$NOW
system variable.$isoWeek
$isoWeekYear
$isoDayOfWeek
iso8601
option to$dateToParts
.useStrictMode
option to enable useful non-standard behaviour on specific operators.$elemMatch
projection operator return all matching nested documents instead whenuseStrictMode
isfalse
.Removed
$where
operator.addOperators
function.Collection
type.Fixes
$dateAdd
and$dateSubtract
operators.sortBy
which causes duplicate values.$denseRank
operator.$dateToString
operator.$count
aggregation operator.v5.1.0
Compare Source
Changes not published. Updates moved to
6.0.0
.v5.0.0
Compare Source
Changes not published. Updates moved to
6.0.0
.v4.4.1
Compare Source
Fixes
lodash
reference in expression operators.v4.4.0
Compare Source
Features
$bitsAllClear
$bitsAllSet
$bitsAnyClear
$bitsAnySet
.$jsonSchema
query operator.v4.3.0
Compare Source
Features
$rand
aggregation and query operatorFixes
union
functionv4.2.0
Compare Source
$first
and$last
.$dateAdd
and$dateSubtract
.v4.1.5
Compare Source
$all
query operator. #190$setUnion
. #192v4.1.4
Compare Source
$filter
.v4.1.3
Compare Source
v4.1.2
Compare Source
$unwind
incorrectly removing0
value, by correcting behaviour ofisEmpty
v4.1.1
Compare Source
$elemMatch
to support top-level boolean operators$and
,$or
, and$nor
v4.1.0
Compare Source
Features
$sin
$cos
$tan
$asin
$acos
$atan
$atan2
$asinh
$acosh
$atanh
$degreesToRadians
$radiansToDegrees
v4.0.0
Compare Source
Features
hashFunction
to enable custom hash functions$unset
pipeline operator$isNumber
expression operatorcollectionResolver
to resolve collections from names for use in supported operators. Closes #150$where
operator from default query operators included at load time. Closes #155Fixes
Other
v3.1.0
Compare Source
isObject
to enforce plain Javascript objects.collation
options of$sort
operatorConfig
intoOptions
typeOptions
to predicate function for comparison operatorscreateConfig
withmakeOptions
v3.0.6
Compare Source
$not
expression operator.v3.0.5
Compare Source
$not
expression operator. Fixes #146v3.0.4
Compare Source
mingo/init
in favour of explicitmingo/init/basic
.v3.0.3
Compare Source
esm
module dependency. Fixes #145v3.0.2
Compare Source
$map
operator operand 'as', should default tothis
if missing. Fixes #143v3.0.1
Compare Source
$elemMatch
. Closes #139v3.0.0
Compare Source
Aggregator
,Query
,aggregate()
,find()
, andremove()
mingo/init
mingo/init/system
to auto load all operatorsesm
dependency to support module imports for ES5$type
,$convert
,$toBool
,$toDate
,$toString
,$toInt
,$toLong
,$toDouble
,$toDecimal
$dateFromString
,$dateFromParts
,dateToParts
.$trim
,$rtrim
,$ltrim
,$regexFind
,$regexFindAll
,$regexMatch
group
module toaccumulator
dist/
files. Deferring to consumers to use their own packaging solutionssetup()
function. Replaced by passing in config toQuery
orAggregator
.VERSION
fields_internal()
computeValue
andresolve
functions to custom operatorOP_XXX
constants with enumOperatorType.XXX
.CollectionMixin
Lazy
,Cursor
, andaddOperators
from default exportConfiguration
📅 Schedule: Branch creation - "every weekday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.