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: motorcyclejs/dom
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.2.0
Choose a base ref
...
head repository: motorcyclejs/dom
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.0.0
Choose a head ref
  • 16 commits
  • 44 files changed
  • 2 contributors

Commits on Nov 19, 2016

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

Commits on Dec 1, 2016

  1. Configuration menu
    Copy the full SHA
    5fc8a0b View commit details
    Browse the repository at this point in the history
  2. chore(package): update deps, use snabbdom-ts

    Switches to using snabbdom-ts to have a 100% ES2015 module stack
    TylorS committed Dec 1, 2016
    Configuration menu
    Copy the full SHA
    8eadc48 View commit details
    Browse the repository at this point in the history
  3. feat(makeHTMLDriver): remove html driver

    Removes html driver because snabbdom-to-html does not work with snabbdom-ts because of
    type conflicts, and does not yet provide an ES2015 build. This can and should be added back
    at a later date.
    TylorS committed Dec 1, 2016
    Configuration menu
    Copy the full SHA
    91aaa92 View commit details
    Browse the repository at this point in the history
  4. chore(tslint): adjust rules

    TylorS committed Dec 1, 2016
    Configuration menu
    Copy the full SHA
    04af32e View commit details
    Browse the repository at this point in the history
  5. feat(driver): remove transposition and refactor

    Transposition has long be a source of confusion and errors and loss of speed.
    Remove it in favor of using "manual tranposition" which leads to clear clean code.
    
    BREAKING CHANGE: removed transposition, remove makeHTMLDriver entirely. Rename
    makeDOMDriver to makeDomDriver.
    TylorS committed Dec 1, 2016
    Configuration menu
    Copy the full SHA
    c04bf15 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cdc7f3c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    307b5ea View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    136e17e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    cfb6eed View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7f80ae5 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    d11706c View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    d1a51ee View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    d010092 View commit details
    Browse the repository at this point in the history
  14. feat(driver): remove transposition, HTML driver, and rename export fu…

    …nctions (#107)
    
    * add ES2015 to TypeScript
    * switch to `snabbdom-ts` to have a full ES2015 module stack
    * remove `makeHTMLDriver`
    * remove transposition
    
    Transposition has long be a source of confusion and errors and loss of speed.
    Remove it in favor of manual transposition, which leads to clear clean code.
    
    BREAKING CHANGE:
    
    Remove transposition, remove `makeHTMLDriver`. Rename `makeDOMDriver` to `makeDomDriver`.
    Frederik Krautwald committed Dec 1, 2016
    Configuration menu
    Copy the full SHA
    be251da View commit details
    Browse the repository at this point in the history
  15. 5.0.0

    TylorS committed Dec 1, 2016
    Configuration menu
    Copy the full SHA
    c1caf60 View commit details
    Browse the repository at this point in the history
Loading