Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Nuget Package to the latest version #3

Open
wants to merge 248 commits into
base: master
Choose a base branch
from

Conversation

Condor2708
Copy link

Please I need the latest version in Nuget, I know that I can build my package but I think it is better for the community to have the nuget repository updated

Thanks a lot

delixfe and others added 30 commits August 29, 2012 17:34
which enables group to retraverse the viewmodel if a change in an
observableArray is detected
(currently only working for non observable groupings)
… using the live option)

Merge branch 'observableArrays' into observableArrays-destroyed

Conflicts:
	Tests/validation-tests.js
…ary not observable array to avoid

to cause the reevaluation of computeds depending on the errors for every added validatable.
- added Steve to the contributors list since he's a new co-maintainer
Reorder phoneUS validation checks to preserve optional properties if
observable is not initialized or null.
Add unit tests to other extenders to reflect optional properties for
uninitialized or null condition.
Step validation fails for valid changes under certain conditions, due to
floating point rounding errors. For instance, 33.34 * 100 will yield a
value very close to 3334, but slightly above it and will never equal
3334 exactly. This somewhat fixes this by making less strict checks
(modulus should be within a certain tolerance of zero, and the tolerance
could be increased if for some crazy reason someone wanted more
precision).

This also allows the step parameter to have the 'any' value, which is
valid according to the HTML5 spec.
Step validation floating point errors fix
Grouping should be able to traverse object structures that has cyclic references
api.reset: Removed dependency on jQuery
brettmorien and others added 30 commits January 30, 2015 21:10
validationElement and validationMessage bindings throw if observable is not validatable.
If an async rule returns immediately the validation of the
observable becomes inconsistent.
Fix for async rules cannot return immediately. If an async rule returns
immediately the validation of the observable becomes inconsistent.
- use Knockout-Validation from CDN
- use a more recent version of KnockoutJS and use `textInput` binding

Closes #251
- update QUnit to 1.17.1
- update KnockoutJS to 3.3.0
It said 'Enter less than x characters' in Swedish while x characters is okay as well.
Now it says 'Enter x characters or less.'

Closes #668, closes #581
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.