Skip to content

Releases: TransitApp/javascript

Release 1.5.2

04 May 15:11
Compare
Choose a tag to compare
  • Merge pull request #10 from TransitApp/iliasbhal-patch-1 (a71222f)
  • Add no-undef rule (4408a2a)

Release 1.5.1

16 Oct 15:21
Compare
Choose a tag to compare
  • Updated package-lock.json (74925d6)
  • Updated eslintrc in order to allow strict mode again (e5cb26f)

Release 1.5.0

29 Aug 14:01
Compare
Choose a tag to compare

Release 1.4.0

29 Aug 13:39
Compare
Choose a tag to compare
  • Update packages (9cb3394)
  • Merge pull request #5 from TransitApp/update-dependencies (9e063e8)
  • Fix tests (5afe66f)
  • Update dependencies and bump version number (983d219)

Release 1.2.0

31 Jul 18:38
Compare
Choose a tag to compare
  • Update packages, allow no-underscore-dangle on this and super (953da52)
  • Bump version 1.1.0 (8b4a66c)
  • Delete no-await-in-loop (6530f2c)
  • 1.0.4 (d6e41db)
  • Update rules (#4) (8bf2307)
  • Update lock file (566fe27)
  • Upgrade version of ecmaVersion to 2017 (6b686d4)
  • Add a local version of eslint (a14dcf8)
  • Allow 'continue' and bump to 1.0.2 (b374e0a)
  • Adding some rules to the Readme. We’re missing others. (ae773d5)
  • 1.0.1 (aef5f5b)
  • Fixing the quote-props rule (fb958fd)
  • Bump version. (a775cbb)
  • After many discussions, we’ve came to a point where we’re ready to release the 1.0.0 version of this linter config. (cab75b9)
  • Fixing a few typos and added the async/await section (dc81796)
  • Starting to add some new good practices to the JS repo. Added a whole document about Promises. (6366f60)
  • 0.0.4 (f682964)
  • Ignoring the trailing comma rule for function parameter. Ignoring a not disallowing it because once node will support it, we’re going to want to have it. (a8b58e9)
  • Update gitignore (423104e)
  • Add tests (39dc7ca)
  • Update version number (db4fa3b)
  • Resactivate some rules until decision (7b1a8f7)
  • Forcing the test to be in strict mode. (ff6d9b1)
  • 0.0.2 (68b05e6)
  • Forcing the sourceType to be script instead of ES6 modules. (b783c38)
  • Merge branch 'master' of github.com:TransitApp/javascript (6f0082b)
  • Updating some things on the README. (971a91c)
  • Remove duplicated text (e0929a8)
  • ditto (3738680)
  • Update examples (e12492e)
  • Added a note on contributing (93fd7c0)
  • Exporting the linter config instead. (2374aba)
  • Introducing Readme for the linter config itself. (728cf60)
  • Added some code examples. (1f5549f)
  • Deleting the crap that webStorm adds :). (bde06e1)
  • Fix English typos (5ad0d36)
  • Add some naming conventions (cb0760c)
  • Fixing some readme issues. (3be62c9)
  • Forcing running the test before publishing. See https://github.com/npm/npm/blob/5933720b71a7df45be9c46e1f7919d7c1aae3448/doc/misc/npm-scripts.md#prepublish-and-prepare for more info about prepublishOnly (51d8937)
  • Prepping the package to be delivered over the internets. (1feb7f3)
  • Initial commit (135b512)