Releases: groupon/javascript
Releases · groupon/javascript
v5.2.1
- Apply latest nlm generator - @markowsiak #24
c6a3316
chore: apply latest generator
v5.2.0
v5.1.1
- fix: set prefer-template to off for es5 - @markowsiak #22
fb601e6
fix: set prefer-template to off for es5
v5.1.0
v5.0.0
Breaking Changes
This switches our linting to an entirely new
set of rules. For the most part we're trying to stay consistent
with the old format to reduce churn but it explicitly is a departure.
See: 559c99f
Commits
- Simplify package structure and decouple from Airbnb - @jkrems #20
559c99f
refactor: Drop dependency on lerna & airbnb98ce778
feat: Add prettier for node 6 config15b1ec6
feat: Bring back basic bug prevention rules5c3d500
fix: Use proper import syntaxf849bdc
feat: Add import checks366813b
fix: Add missing test file pattern94d539c
refactor: Run tests on node 8f898741
refactor: Reuse rule list1396cb1
test: Verify ES5 vs. ES6 behavior5eff6a0
test: Enable coffee testsef674e4
feat: Bring back style lintingc42aeb7
fix: Add more --fix test casesf4d8eb6
test: Add test case of newline after importf9cdaaf
docs: Add links to opinion rulesff1ddca
fix: Remove console.log38d19d3
style: Self-lint with latest deps6dc9135
fix: Lint self for node 474df77c
docs: Update readme with updated overviewdecdae0
docs: Elaborate on rule categoriesb8c7123
chore: Include stylint config in package7951d90
feat: Port more airbnb rules7041f12
feat: Cover more variable conventions3a93a0c
chore: Add nlm & license headers3a9e573
chore: Ignore package-lock.json since it's not stable2952567
chore: Rename and clean up dependencies64630f8
refactor: Back out coffee & stylus linting4d86376
chore: Apply latest generator4270b97
docs: Clarify our lack of compliance with airbnb