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: AriaMinaei/RenderKid
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1e240981d642fea583fa2a5d14537683c16d11dd
Choose a base ref
...
head repository: AriaMinaei/RenderKid
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 19422e15ebcd1d7c8048695e9a716da6af61fac1
Choose a head ref
  • 20 commits
  • 20 files changed
  • 5 contributors

Commits on Sep 9, 2018

  1. clean up typos, getCols returns cols instead of rows

    Christian Davis authored and Christian Davis committed Sep 9, 2018
    Copy the full SHA
    302a6be View commit details

Commits on Sep 11, 2018

  1. Merge pull request #9 from ChristianDavis/master

    clean up typos, getCols returns cols instead of rows
    AriaMinaei authored Sep 11, 2018
    Copy the full SHA
    727f1fc View commit details
  2. Copy the full SHA
    4b382a5 View commit details
  3. Upgrade mocha

    AriaMinaei committed Sep 11, 2018
    Copy the full SHA
    3275dbc View commit details
  4. Copy the full SHA
    5e3f9ad View commit details
  5. Copy the full SHA
    41f8d29 View commit details

Commits on Oct 1, 2018

  1. Bump to 2.0.2

    AriaMinaei committed Oct 1, 2018
    Copy the full SHA
    23a59d1 View commit details

Commits on Feb 19, 2019

  1. Copy the full SHA
    4ad043c View commit details

Commits on Feb 20, 2019

  1. Merge pull request #11 from billyjanitsch/caret-deps

    Use caret dependency ranges
    AriaMinaei authored Feb 20, 2019
    Copy the full SHA
    3449e4a View commit details

Commits on Feb 21, 2019

  1. Bump to 2.0.3

    AriaMinaei committed Feb 21, 2019
    Copy the full SHA
    60b6770 View commit details

Commits on Oct 18, 2020

  1. Copy the full SHA
    eead093 View commit details
  2. Bump to 2.0.4

    AriaMinaei committed Oct 18, 2020
    Copy the full SHA
    e8c9744 View commit details

Commits on Nov 13, 2020

  1. Copy the full SHA
    7f48119 View commit details

Commits on Jan 2, 2021

  1. Merge pull request #13 from RDIL/master

    Reduce npm module size, bump node version on travis
    AriaMinaei authored Jan 2, 2021
    Copy the full SHA
    fbd43fb View commit details
  2. Update deps (fixes #8 and #12)

    AriaMinaei committed Jan 2, 2021
    Copy the full SHA
    6c9afb4 View commit details
  3. Bump to 2.0.5

    AriaMinaei committed Jan 2, 2021
    Copy the full SHA
    75866f8 View commit details
  4. Update mocha

    AriaMinaei committed Jan 2, 2021
    Copy the full SHA
    4a7e401 View commit details

Commits on Jun 8, 2021

  1. chore(deps): upgrade to latest stable; fix audit

    - fixes all security vulnerabilities (`npm audit` is now clean)
    - remove deprecated coffee-script package. make mocha use new coffeescript's register.
    - upgrade coffeescript to v2. had to change SpecialString usages to new SpecialString.
    - remove unmaintained "mocha-pretty-spec-reporter" (has security vulnerability)
    - remove unused "underscore".
    - replace "jitter" usage with official watch capability.
    AviVahl committed Jun 8, 2021
    Copy the full SHA
    fa6ecbd View commit details
  2. Update package-lock.json

    AriaMinaei committed Jun 8, 2021
    Copy the full SHA
    4f38a35 View commit details
  3. Bump version

    AriaMinaei committed Jun 8, 2021
    Copy the full SHA
    19422e1 View commit details
5 changes: 5 additions & 0 deletions .mocharc.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
require: 'coffeescript/register'
recursive: true
reporter: 'spec'
ui: 'bdd'
timeout: 20000
5 changes: 4 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
@@ -13,4 +13,7 @@ npm-debug.log
xeno

sass
.sass-cache
.sass-cache

.travis.yml
test/
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: node_js

node_js:
- 0.10
- 12.19.0

sudo: false
sudo: required
Loading