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

Fixed Webpack/AMD support #72

Closed
wants to merge 3 commits into from
Closed

Fixed Webpack/AMD support #72

wants to merge 3 commits into from

Commits on May 12, 2016

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

Commits on Aug 24, 2016

  1. Add a try/catch in query.encodeValue

    This change enables converting values containing special characters, such as the percent sign (%), to strings, by always encoding values for which the check if encoding is actually necessary has failed.
    For values containing URI escape characters, the check throws an error (because they are not decodable), but we still need to encode them.
    
    Fixes persvr#75
    rkaw92 committed Aug 24, 2016
    Configuration menu
    Copy the full SHA
    7db4e49 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2016

  1. Disable coercion of null values to string:null in Query#toString

    This also includes a refactoring of the query module's `encodeValue` function for clarity and easier modification later, if necessary. Comments included.
    
    For persvr#76
    rkaw92 committed Dec 21, 2016
    Configuration menu
    Copy the full SHA
    7986c6d View commit details
    Browse the repository at this point in the history