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: juankennaugh/SRL-JavaScript
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: SimpleRegex/SRL-JavaScript
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.
  • 8 commits
  • 14 files changed
  • 2 contributors

Commits on Sep 30, 2016

  1. Configuration menu
    Copy the full SHA
    7c00f21 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4fe0e8d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ba81904 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2016

  1. Tweak readme

    teabyii committed Oct 8, 2016
    Configuration menu
    Copy the full SHA
    c8c62f8 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2017

  1. Adds support for several RegEx character classes

    * Comment in character classes to be added
    
    * Add carriage return placeholder comment
    
    * Add helper methods and builder hashes for additonal RegEx character classes
    
    * Add all new character classes, clean up comments
    
    * Remove A and z character classes which are not supperted in JavaScript, add tests for new characters and improved helper methods
    
    * Modify test rules
    
    * Gitignore package lock and remove test package
    
    * Remove nested git file
    
    * Move rules back into place
    
    * Remove git submodule
    
    * change file encoding of new test rules
    
    * Amend rules files for word and no word
    
    * Change allowed type of word boundaries
    
    * Add mapper functions for word and nonword boundaries
    
    * Fix all new test rules, verify working
    
    * Hard delete package-lock
    
    * Restore .gitmodules for test
    
    * Update package.json
    
    * Move rules files to submodule repo
    
    * remove duplicate rules files
    
    * Remove only rules file duplicates
    
    * Reactivate submodule
    
    * Add vertical tab as supported JavaScript regex character, and remove my comments from methodMatch
    
    * Add support for text input of backslash
    
    * Amend vertical tab in mbuilder and methodMatch
    corsonknowles authored and teabyii committed Aug 14, 2017
    Configuration menu
    Copy the full SHA
    522189d View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2017

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

Commits on Oct 19, 2017

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

Commits on Feb 15, 2020

  1. Fix SimpleRegex#17, add test case, release 0.23 (SimpleRegex#18)

    * Fix SimpleRegex#17, add test case, release 0.23
    
    * Fix eslint for travis
    
    * Tweak travis
    
    * Tweak test case
    teabyii authored Feb 15, 2020
    Configuration menu
    Copy the full SHA
    79a8fd1 View commit details
    Browse the repository at this point in the history
Loading