Skip to content

HTTPS clone URL

Subversion checkout URL

You can clone with HTTPS or Subversion.

Download ZIP
Commits on Oct 10, 2014
  1. Georgios Kalpakas Pete Bacon Darwin

    chore(CHANGELOG): add an extra new line after each item in the "BREAK…

    gkalpak authored petebacondarwin committed
    …ING CHANGES" list
    
    This ensures that the next item will appear on a new line and be properly
    parsed as new list item (and not as the continuation of the current item),
    even if the current item does not end with a newline character.
    Currently, it would result is something like this:
    
        - **item 1**: due to ...
          blah1 blah1 blah1- **item 2**: due to...
          blah2 blah2 blah2
    
    instead of the intended:
    
        - **item 1**: duo to ...
          ...
        - **item 2**: due to ...
          ...
Commits on Jul 16, 2014
  1. Michał Gołębiowski ⭐caitp⭐

    refactor(jshint): reduce duplication & test all JS files

    mzgol authored caitp committed
    Conflicts:
    	src/Angular.js
    	src/AngularPublic.js
    	src/jqLite.js
    	src/ng/directive/input.js
Commits on Dec 9, 2013
  1. Matias Niemelä

    chore(CHANGELOG): introduce perf() section for performance-related co…

    matsko authored
    …mmits
    
    Instead of using fix() or chore() when labelling a commit which improves
    speed or performance use perf(). Perf commits will be listed in the
    CHANGELOG under "Performance Improvements".
    
    For example:
    perf($animate): cache all getComputedStyle operations to reduce additional reflows
Commits on Oct 24, 2013
  1. Igor Minar
Commits on Aug 13, 2013
  1. Igor Minar
Commits on Jan 23, 2013
  1. Igor Minar
Commits on Apr 12, 2012
  1. Igor Minar
Commits on Apr 11, 2012
  1. Vojta Jina
Commits on Mar 29, 2012
  1. Vojta Jina Igor Minar

    chore(release scripts): auto release scripts

    vojtajina authored IgorMinar committed
Something went wrong with that request. Please try again.