[go: up one dir, main page]

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: julianshapiro/velocity Loading
base: 1.4.0
Choose a base ref
...
head repository: julianshapiro/velocity Loading
compare: 1.5.0
Choose a head ref
  • 19 commits
  • 6 files changed
  • 6 contributors

Commits on Dec 5, 2016

  1. CDNs have caught up

    Rycochet committed Dec 5, 2016
    Configuration menu
    Copy the full SHA
    a698ad2 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2016

  1. Configuration menu
    Copy the full SHA
    4b6beab View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2016

  1. Configuration menu
    Copy the full SHA
    60c9113 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2016

  1. Allow .isWrappped() to handle nodeLists and more wrapped types. FORM …

    …has a length and is not wrapped, so disallow Nodes
    
    Fixes #723
    Rycochet committed Dec 14, 2016
    1 Configuration menu
    Copy the full SHA
    abfd965 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2016

  1. 1 Configuration menu
    Copy the full SHA
    0ee450d View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2016

  1. Release v1.4.1

    Rycochet committed Dec 17, 2016
    Configuration menu
    Copy the full SHA
    e745208 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2017

  1. 1 Configuration menu
    Copy the full SHA
    d636d62 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2017

  1. 1 Configuration menu
    Copy the full SHA
    7338185 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2017

  1. Release 1.4.2

    Rycochet committed Jan 30, 2017
    1 Configuration menu
    Copy the full SHA
    d2cdefd View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2017

  1. Typo cloned->clone, Fixes #749

    Rycochet committed Feb 10, 2017
    1 Configuration menu
    Copy the full SHA
    6e21e7b View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2017

  1. Allow auto-parameters to support negative numbers (literally just mis…

    …sing a "-" in the RegExp)
    Rycochet committed Feb 16, 2017
    1 Configuration menu
    Copy the full SHA
    465e84c View commit details
    Browse the repository at this point in the history
  2. Release 1.4.3

    Rycochet committed Feb 16, 2017
    1 Configuration menu
    Copy the full SHA
    8c3d003 View commit details
    Browse the repository at this point in the history
  3. Update CDN links

    Rycochet committed Feb 16, 2017
    Configuration menu
    Copy the full SHA
    c8eb3e6 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2017

  1. Fix performance.now() polyfill (#763)

    nicjansma authored and Rycochet committed Mar 17, 2017
    1 Configuration menu
    Copy the full SHA
    8d03682 View commit details
    Browse the repository at this point in the history
  2. IE9 sometimes checks again window which can have length 0 (#757)

    Fixes #746 and maybe #747 (didn't test IE8)
    paulfalgout authored and Rycochet committed Mar 17, 2017
    1 Configuration menu
    Copy the full SHA
    beb71a1 View commit details
    Browse the repository at this point in the history
  3. Prevent console.log error in IE9 or less (#756)

    console.log doesn't always exist, so this throws an error
    paulfalgout authored and Rycochet committed Mar 17, 2017
    1 Configuration menu
    Copy the full SHA
    efd18aa View commit details
    Browse the repository at this point in the history
  4. Fix 2 issues breaking IE8 compatibility (#764)

    * Fix the shim _slice to work in IE8. Also caches the "slice" shim the first time it's used.
    
    Fix "indexof" to use the jquery ".inArray" to keep IE8 compatibility.
    
    * Incorporate changes suggested by @Rycochet including not overriding the "Array.prototype.slice" function, and instead writing to an "internal" Array.prototype._vel_slice.
    
    * Remove pointless check for previously defined function (it's called once, fails once, never called again).
    
    * Scratch that. Just store the actual custom function in _slice.
    
    * Return the cached slice.
    
    * Remove use of $.inArray so that @Rycochet can write a shim for it for non-jQuery users.
    wyattoday authored and Rycochet committed Mar 17, 2017
    1 Configuration menu
    Copy the full SHA
    6eb4403 View commit details
    Browse the repository at this point in the history
  5. Code cleanup, add [].includes() shim, fix JSHint warnings

    This *should* finally fix most IE8/9 issues
    Rycochet committed Mar 17, 2017
    1 Configuration menu
    Copy the full SHA
    4184d8e View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2017

  1. Release 1.5.0

    IE9 passes all tests, IE8 still has issues
    Rycochet committed Mar 18, 2017
    1 Configuration menu
    Copy the full SHA
    9f4aacd View commit details
    Browse the repository at this point in the history
Loading