Skip to content

Tags: Elaniobro/MMM-nyc-transit

Tags

v5.1.0

Verified

This commit was created on github.com and signed with GitHub’s verified signature. The key has expired.
GIT-72 express trains (#79)

* GIT-72: feat(express): Add isExpress check

* GIT-72: bug(css): Fix alignment of express icon

* GIT-72: build(lint): add stylelint & prettier

* GIT-72: build(lint): update eslint

* docs(semver): patch bump

v5.0.0

Verified

This commit was created on github.com and signed with GitHub’s verified signature. The key has expired.
Add scope to module name for npm installs (#71)

* ci(npm): add registry

re #70

* ci(ci): add public flag

* ci(npm): major bump for moving to scoped package

Deprecated npm registry pkg in favor of using github pkgs with scoped name

BREAKING CHANGE: Must now use @elaniobro/mmm-nyc-transit to install. Module has been scoped.

fix #70

v4.3.0

Verified

This commit was created on github.com and signed with GitHub’s verified signature. The key has expired.
minor bump

v4.2.1

Verified

This commit was created on github.com and signed with GitHub’s verified signature. The key has expired.
Fix typo in socketNotificationReceived: self -> this (#61)

Co-authored-by: Julian Graham <julian@roseland>

v4.2.0

Verified

This commit was created on github.com and signed with GitHub’s verified signature. The key has expired.
GIT-50: GIT-50: minor bumps (#52)

Minor bump mmm-nyc-transit to 4.2.0 and remove hardcoded temp src url for npm minor bump to version 1.2.0 for mta-realtime-subway-departures module

v4.1.1

Verified

This commit was created on github.com and signed with GitHub’s verified signature. The key has expired.
GIT-46: SIR bug fix (#48)

* GIT-46: GIT-46: Temp use of git tag

* GIT-46: GIT-46: Add SIR train color support

* GIT-46: GIT-46: Add isSIR and lint

* GIT-46: GIT-46: Remove dupe eslint rule

v4.0.0

Verified

This commit was created on github.com and signed with GitHub’s verified signature. The key has expired.
Git-35: Documentation update (#36)

* GIT-35: GIT-35: Add station list page

* GIT-35: GIT-35: Update documentation

* GIT-35: GIT-35: Major bump new api key requirement

v3.0.3

Verified

This commit was created on github.com and signed with GitHub’s verified signature. The key has expired.
Create lint.yml

v3.0.2

Verified

This commit was created on github.com and signed with GitHub’s verified signature. The key has expired.
Git 0000 linting (#32)

* GIT-0000: Make indent 2 spaces

* GIT-0000: Add yarn.lock file

* GIT-0000: Patch bump for linting

* GIT-0000: Lint files with new semi and arr-paren

* GIT-0000: Lint spacing

* GIT-0000: Lint files with new rules

v3.0.1

Verified

This commit was created on github.com and signed with GitHub’s verified signature. The key has expired.
GIT-19: Countdown Timer for Trains leaving within walking distance ti…

…me. (#31)

* GIT-19: Patch bump

* GIT-19: Add countdown time for train

Adds a countdown timer to the view if the train is departing within walking time

Co-authored-by: Trybuche <trybuche@mskcc.org>