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: cowboy/jquery-postmessage
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: willowsystems/jquery-postmessage
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 14 commits
  • 14 files changed
  • 1 contributor

Commits on May 25, 2012

  1. 'window = this' breaks on 'use strict' Removing. Let the code resolve…

    … its own 'window' from global.
    Daniel Dotsenko committed May 25, 2012
    Configuration menu
    Copy the full SHA
    102b334 View commit details
    Browse the repository at this point in the history
  2. Removing block for Opera browsers.

    Older Opera not working as expected should not lead to all Operas to be banned.
    Daniel Dotsenko committed May 25, 2012
    Configuration menu
    Copy the full SHA
    9095aff View commit details
    Browse the repository at this point in the history

Commits on May 29, 2012

  1. Adding build script

    Daniel Dotsenko committed May 29, 2012
    Configuration menu
    Copy the full SHA
    3f67baf View commit details
    Browse the repository at this point in the history

Commits on May 30, 2012

  1. Moving example into its own folder

    Allowing for more types of examples.
    Daniel Dotsenko committed May 30, 2012
    Configuration menu
    Copy the full SHA
    4338907 View commit details
    Browse the repository at this point in the history
  2. Removing hash-abuse and $.params() serialization

    IE 7 no longer allows it. Patched.
    $.params() turns objects into proprietary format. Modern browsers support passing objects around. We don't need mandatory serialization. It's like forbidding all people to use legs if some of us have lost ability to use legs.
    Daniel Dotsenko committed May 30, 2012
    Configuration menu
    Copy the full SHA
    86b6dd8 View commit details
    Browse the repository at this point in the history
  3. Updating copyright, description, version #

    Daniel Dotsenko committed May 30, 2012
    Configuration menu
    Copy the full SHA
    dce7b47 View commit details
    Browse the repository at this point in the history
  4. Purging useless variables

    Daniel Dotsenko committed May 30, 2012
    Configuration menu
    Copy the full SHA
    db621ab View commit details
    Browse the repository at this point in the history
  5. Switching to PubSub-based receiveMessage + support for multiple liste…

    …ners + listen many times
    Daniel Dotsenko committed May 30, 2012
    Configuration menu
    Copy the full SHA
    84c3e26 View commit details
    Browse the repository at this point in the history
  6. Removing jQuery dependency

    Daniel Dotsenko committed May 30, 2012
    Configuration menu
    Copy the full SHA
    6a15f98 View commit details
    Browse the repository at this point in the history
  7. Adding wrappers for minification of global-polluting version

    Daniel Dotsenko committed May 30, 2012
    Configuration menu
    Copy the full SHA
    cdc77e7 View commit details
    Browse the repository at this point in the history
  8. Adding wrappers for minification of AMD-compatible module

    Daniel Dotsenko committed May 30, 2012
    Configuration menu
    Copy the full SHA
    6c8ca07 View commit details
    Browse the repository at this point in the history
  9. Adjusting the build script to build 2 versions and show compilation e…

    …rrors
    Daniel Dotsenko committed May 30, 2012
    Configuration menu
    Copy the full SHA
    eabb9f0 View commit details
    Browse the repository at this point in the history
  10. switching to JSDoc style license decorator

    Daniel Dotsenko committed May 30, 2012
    Configuration menu
    Copy the full SHA
    c1f63ae View commit details
    Browse the repository at this point in the history
  11. latest build

    Daniel Dotsenko committed May 30, 2012
    Configuration menu
    Copy the full SHA
    e871640 View commit details
    Browse the repository at this point in the history
Loading