Closed greenkeeper[bot] closed 5 years ago
Update to this version instead π
Update to this version instead π
Update to this version instead π
The new version differs by 9 commits.
c47d305
2.2.2
6174a35
making sure serialize works
750499b
2.2.1
cbc8d46
better check for define type
14aefd2
2.2.0
b317ac1
Merge pull request #329 from canjs/maybe-types
109cfc6
schema doesn't have enumerable
f7745b7
linting
3199df1
maybe types works
See the full diff
Update to this version instead π
Adds the identity
property definition:
import {DefineMap, Reflect} from "can";
const Todo = DefineMap.extend("Todo",{
id: {type: "number", identity: true},
name: "string",
complete: "boolean"
});
var todo = new Todo({id: 6, name: "mow lawn"});
Reflect.getIdentity(todo) //-> 6
Update to this version instead π
This removes can-util by using can-diff
and some other packages. It also uses can-data-type
's MaybeString
, MaybeNumber
, etc types.
Update to this version instead π
Update to this version instead π
The new version differs by 15 commits.
f32e5a4
2.4.0
63b8c76
Merge pull request #339 from canjs/greenkeeper/serve-7.0.0
2365f3d
Update package.json
cc4ea96
Merge pull request #347 from canjs/landscaper/4217-use-strict
0d6ce7d
Merge pull request #346 from canjs/fix-webpack-debug-style
7e915f2
Merge pull request #341 from canjs/greenkeeper/testee-0.8.0
fb3f447
add log function to helpers
e3de92b
remove comments
f7d689d
share log between list/map
b7d34bf
share log between list/map
70bb786
fix the identation
174f9c0
Adds use strict. Fixes canjs/canjs#4217
ec222e3
fix dev code for webpack compatibility
11bec1e
chore(package): update testee to version 0.8.0
998dd7f
chore(package): update serve to version 7.0.0
See the full diff
Update to this version instead π
Commit: 45628e1
This fixes a problem where expando properties were not able to be added again after being deleted.
Update to this version instead π
The new version differs by 8 commits.
1ace46f
2.5.3
0050b8a
Merge pull request #359 from canjs/340-warnings-with-type
c395f48
fixes old versions of FF
a5c2a9d
handles browsers that don't have the name right
079c275
fixes #340 by adding the constructor name
12c5f75
Merge pull request #356 from canjs/fixes-specialKeys-assignment
d93355e
Fixed line indentation. Tests 'desc' for undefined
4ecc4e1
Fixes #353. Can-define special-keys assignment now does not throw an error
See the full diff
Update to this version instead π
PR #365
Update to this version instead π
This release improves documentation and changes everything to use the can
package.
The new version differs by 29 commits.
2a776fb
2.5.6
14c0201
Merge pull request #371 from canjs/362-documentationSpelling
36b889e
Update list.js
613d4d7
commented @codepen tag as commute is undefined
85a3ad1
first example in value.md now links to codeepen
89424b8
rephrased pagragraph to fit the documents tone of voice
a4857e5
fixed spelling error in Use heading
b6f80fc
removed empty comment
d350b45
examples setup for codepen, but they don't exactly work as expected, commented out @codepen examples for the moment
376a9d4
Examples in value( prop ) connect to codepen
0a6f5e1
Examples under Merging work, and link to codepen
b263fd8
Side effects example is working and codepen-able
0ac93ee
made examples under Behavior depends on the number of arguments functional and link to codepen. Changed invoking function on the two argument example to resolve with success.
d659331
added space for consistency to example in value.md
d568d09
Extended basic example in type.md, removed redundant paragraph
There are 29 commits in total.
See the full diff
Update to this version instead π
This is a continuation of document improvements for can-define. It focuses primarily on can-define/map/map examples.
The new version differs by 6 commits.
9cd5383
2.5.9
1986d97
Updated examples to can-define/list/list. (#377)
f520906
fixing build
72b0bae
Merge pull request #379 from canjs/363-onKeyValue
5c8a526
Merge branch 'master' into 363-onKeyValue
161c273
some doc changes and fixes #363
See the full diff
Update to this version instead π
#384 - Use default type when creating expand properties
#385 - Make some helper methods non-enumerable
The new version differs by 6 commits.
aeb480e
2.5.10
eba920c
Merge pull request #385 from canjs/369-enum
3ee775b
partially fixes #369, methods are still enumerable
590c7e6
Merge pull request #384 from canjs/383-expandos-type
6f23606
uses proper defineExpando even in instantiation
d8d7131
378 Moved documentation from inline block comments to separate files. (#381)
See the full diff
Update to this version instead π
The last release didn't have the most up-to-date documentation, redeployed.
devDependency
can-define was updated from 1.5.7
to 2.6.2
.Update to this version instead π
This prevents setting a DefineMap's computed properties on the prototype, which causes binding issues. This fixes a regression that was introduced in 2.6.0.
devDependency
can-define was updated from 1.5.7
to 2.6.3
.Update to this version instead π
The new version differs by 13 commits.
150aa1f
2.6.3
ba24d71
Merge pull request #394 from canjs/393-retain-getter
f76a0f3
#393 able to delete a key
e845796
Merge pull request #386 from canjs/ie11-configurable
a942593
Fix linting errors
9f63570
remove debugger statement
292f368
Work around a hilariously bad enumeration bug
ed22618
Update test for IE
6fabf47
Make more properties configurable
0014f99
Do not use iterables in Set constructor
79a6c98
Merge branch 'master' into ie11-configurable
edb2105
Add configurable to map events as well
2e46c6a
Fix for IE11 issues
See the full diff
devDependency
can-define was updated from 1.5.7
to 2.6.4
.Update to this version instead π
PR #396
devDependency
can-define was updated from 1.5.7
to 2.7.0
.devDependency
can-define was updated from 1.5.7
to 2.7.1
.devDependency
can-define was updated from 1.5.7
to 2.7.2
.Update to this version instead π
Issue: #410 - Makes sure custom types are returned by canReflect.getSchema()
devDependency
can-define was updated from 1.5.7
to 2.7.3
.devDependency
can-define was updated from 1.5.7
to 2.7.4
.devDependency
can-define was updated from 1.5.7
to 2.7.5
.Update to this version instead π
The new version differs by 6 commits.
405067f
2.7.5
2c94096
Merge pull request #409 from canjs/408-set-prop-undefined
f73ebdf
Object.prototype.hasOwnProperty to handle data object without prototype
659b821
use map._data.hasOwnProperty instead of map._data[prop] !== undefined to dispatch events in expando
fea8f9a
fix onPatches on undefined without dispatching prop event
dab0993
set new prop to undefined dispatch onPatches
See the full diff
devDependency
can-define was updated from 1.5.7
to 2.7.6
.Update to this version instead π
The new version differs by 8 commits.
f82cca1
2.7.6
60fba22
Merge pull request #399 from canjs/277-includes
bbb730c
fix typo in the docs
a2b30b8
fix typo in the docs
ca4a053
add docs
cd6b147
change the IIFE includes definition position in the code
df08810
Use Array.prototype.includes and warn IE11 users to add a polyfill
e5e0465
Fixes #277. Adds 'includes' method to DefineList
See the full diff
devDependency
can-define was updated from 1.5.7
to 2.7.8
.Update to this version instead π
The new version differs by 9 commits.
a0583b3
2.7.8
180b442
Merge pull request #422 from canjs/set-in-setup
d4f911e
using the Symbol instead of the __inSetup property
cc60494
2.7.7
ce2717c
Merge pull request #420 from canjs/419-skip-includes-tests-for-ie11
abc8bcc
wrap all the tests at once
b13312b
ignore DefineList.includes tests for IE11
fc905f7
Merge pull request #376 from canjs/greenkeeper/serve-10.0.0
e43c012
chore(package): update serve to version 10.0.0
See the full diff
devDependency
can-define was updated from 1.5.7
to 2.7.9
.Update to this version instead π
devDependency
can-define was updated from 1.5.7
to 2.7.10
.devDependency
can-define was updated from 1.5.7
to 2.7.11
.Update to this version instead π
Fix first example error #428:
Just newVal instead of newValue.target.message in the first example
Fix SETTER code example #429:
Fix docs SETTER first example at the line 6 should use newVal as argument
Update defaultConstructor.md #430:
Use default instead of value
Update TypeConstructor.md #431:
Import "Person" type from can-demo-models
Update define-map.md #432:
replace ":" by ";" in Declarative properties section
The new version differs by 15 commits.
dd5eda2
2.7.11
6697e81
Merge pull request #429 from canjs/fix-setter-example
20055db
Merge pull request #428 from canjs/fix-1st-example-code
f5b2275
use newValue instead of newVal
d97d34d
Merge pull request #430 from canjs/fix-to-default-not-value
450c494
Merge pull request #431 from canjs/fix-import-person-type
507c24e
Merge pull request #432 from canjs/fix-hyphen-error
4600751
Update define-map.md
25c4015
Update TypeConstructor.md
9f93060
Update defaultConstructor.md
3b0eea2
fix SETTER code example
03b5a51
Fix first example error
0377737
Merge pull request #427 from canjs/landscaper/update-default-repos
7dc6a9a
Update README.md
ca90e5a
Update README generated by DoneJS
See the full diff
devDependency
can-define was updated from 1.5.7
to 2.7.12
.Update to this version instead π
Added some clarification to the .assign()
and .update()
docs: #435 #436
The new version differs by 13 commits.
10d9068
2.7.12
1405eba
Merge pull request #433 from canjs/greenkeeper/serve-11.0.0
d18c82d
Merge branch 'master' into greenkeeper/serve-11.0.0
5cb85c6
Merge pull request #424 from canjs/greenkeeper/testee-0.9.0
b471137
Merge pull request #436 from canjs/chasenlehara-patch-1
feac8b7
Merge pull request #435 from canjs/chasenlehara-patch-2
ceeac1c
Merge pull request #358 from canjs/greenkeeper/steal-2.0.0
6f9e72e
Merge branch 'master' into greenkeeper/steal-2.0.0
927d861
Clarify the assign() docs
e5a87cc
Clarify the update() docs
b0a2b21
chore(package): update serve to version 11.0.0
09adba5
chore(package): update testee to version 0.9.0
d72cd9a
chore(package): update steal to version 2.0.0
See the full diff
devDependency
can-define was updated from 1.5.7
to 2.7.13
.devDependency
can-define was updated from 1.5.8
to 2.7.14
.
Version 2.0.0 of can-define was just published.
The version 2.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 can-define.
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 110 commits.
868b4b1
2.0.0
12590cf
Merge pull request #275 from canjs/major
6e7310c
merging with master
7b0c988
updating for release
46f0e32
2.0.0-pre.34
172496e
removing test for _cid
3e45e41
removing CID and naming get and set functions
91b3dec
Merge branch 'major' of github.com:canjs/can-define into major
b25f5fe
pass prop
ec8837a
changing references to value to default
119586f
2.0.0-pre.33
23086df
making hasKey return booleans
d2c4c39
2.0.0-pre.32
49ba987
linting
7579ff8
fixing problem with {value:'string'} being ignored
There are 110 commits in total.
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: