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

Merge Feature/Node-js-driver into Feature/Node-Driver in order to add CoffeeScript and TypeScript support #412

Open
wants to merge 10 commits into
base: feature/node-driver
Choose a base branch
from

Commits on Feb 16, 2019

  1. Remove String utilities in favor of those defined in accent4j (#356)

    * Replace Strings utils in favor of those from accent4j
    - Remove Strings.java
    - Remove StringSplitter framework
    
    These two things were redefined in accent4j, so we're now using thosr
    
    * add notes to unit tests
    
    * update changelog
    
    * Fix formatting
    
    * rename StringsTest to AnyStringsTest
    
    * Add deleted classes back
    
    * fix formatting
    
    * fix failing unit test
    
    * javadoc comment
    jtnelson committed Feb 16, 2019
    Configuration menu
    Copy the full SHA
    eb32ecc View commit details
    Browse the repository at this point in the history
  2. Remove deprecated classes

    jtnelson committed Feb 16, 2019
    Configuration menu
    Copy the full SHA
    b1f6516 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c6df784 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2019

  1. Configuration menu
    Copy the full SHA
    bc58cf5 View commit details
    Browse the repository at this point in the history
  2. CON-635: Add support for Criteria containing all Unicode quote charac…

    …ters (#357)
    
    * stage changes
    
    * upgrade CCL module to 2.5.2
    
    * javadoc update
    
    * update changelog
    jtnelson committed Feb 17, 2019
    Configuration menu
    Copy the full SHA
    06e08f4 View commit details
    Browse the repository at this point in the history
  3. add release date

    jtnelson committed Feb 17, 2019
    Configuration menu
    Copy the full SHA
    fc46a73 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2019

  1. Improve handling of implicitly built Criteria (#366)

    * Refactor Criteria to be an interface that applies to all buildable states
    
    * Remove driver methods that took a generic Object criteria parameter. These are now unnecessary since the Criteria interface is implemented by BuiildableState
    
    * update changelog
    
    * fix formatting
    
    * Deprecate Criteria#getCclString in favor of Criteria#ccl
    
    * make method final
    
    * Revert "make method final"
    
    This reverts commit 367400b.
    jtnelson committed May 20, 2019
    Configuration menu
    Copy the full SHA
    a4cc5cb View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2019

  1. set version number to 0.10.0

    jtnelson committed Jun 17, 2019
    Configuration menu
    Copy the full SHA
    f89c83b View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2019

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

Commits on Jun 22, 2019

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