Files
atom/changes2.md
Katrina Uychaco 0f5841376c ⬆️ tree view
(cherry picked from commit a3b844ee00)
2016-04-11 21:22:26 -07:00

398 lines
24 KiB
Markdown

### [Atom Core](https://github.com/atom/atom)
v1.6.0...v1.7.0-beta0
* [atom/atom#10747 - Clarify Windows build docs for VS2015 etc.](https://github.com/atom/atom/pull/10747)
* [atom/atom#10743 - Don't cascade on reload](https://github.com/atom/atom/pull/10743)
* [atom/atom#9198 - permit any whole number for tabLength](https://github.com/atom/atom/pull/9198)
* [atom/atom#10758 - Fix status in subdir](https://github.com/atom/atom/pull/10758)
* [atom/atom#10768 - Temporarily disable deserializers & viewProviders metadata fields](https://github.com/atom/atom/pull/10768)
* [atom/atom#10764 - Let packages define deserializers & view providers as main module methods](https://github.com/atom/atom/pull/10764)
* [atom/atom#10778 - Fix minor typo in CONTRIBUTING.md](https://github.com/atom/atom/pull/10778)
* [atom/atom#10789 - Upgrade autocomplete-plus to use new text-buffer API](https://github.com/atom/atom/pull/10789)
* [atom/atom#10797 - Fix status with multiple paths](https://github.com/atom/atom/pull/10797)
* [atom/atom#10797 - Fix status with multiple paths](https://github.com/atom/atom/pull/10797)
* [atom/atom#10792 - Fix TextEditorPresenter spec timeout.](https://github.com/atom/atom/pull/10792)
* [atom/atom#10803 - Fix typo in function call](https://github.com/atom/atom/pull/10803)
* [atom/atom#10828 - Fix another TextEditorPresenter spec race](https://github.com/atom/atom/pull/10828)
* [atom/atom#10827 - Port repository subdirectory status fixes to async repo](https://github.com/atom/atom/pull/10827)
* [atom/atom#10827 - Port repository subdirectory status fixes to async repo](https://github.com/atom/atom/pull/10827)
* [atom/atom#10838 - Log output for core specs](https://github.com/atom/atom/pull/10838)
* [atom/atom#10818 - Register Atom for file associations in Windows](https://github.com/atom/atom/pull/10818)
* [atom/atom#10605 - Periodically save state and store in indexedDB](https://github.com/atom/atom/pull/10605)
* [atom/atom#9627 - Update to Electron 0.36](https://github.com/atom/atom/pull/9627)
* [atom/atom#10835 - Add TextEditor.prototype.cursorsForScreenRowRange](https://github.com/atom/atom/pull/10835)
* [atom/atom#10795 - Remove unused Core Team Project Management labels](https://github.com/atom/atom/pull/10795)
* [atom/atom#10858 - Update grunt-electron-installer to latest version](https://github.com/atom/atom/pull/10858)
* [atom/atom#10846 - Add core setting for pending tabs configuration](https://github.com/atom/atom/pull/10846)
* [atom/atom#10846 - Add core setting for pending tabs configuration](https://github.com/atom/atom/pull/10846)
* [atom/atom#10873 - Avoid emitting config events while loading packages](https://github.com/atom/atom/pull/10873)
* [atom/atom#10872 - Terminate pending state for opened file if pending option is false](https://github.com/atom/atom/pull/10872)
* [atom/atom#10872 - Terminate pending state for opened file if pending option is false](https://github.com/atom/atom/pull/10872)
* [atom/atom#10863 - Compare markers instead of ranges in Selection](https://github.com/atom/atom/pull/10863)
* [atom/atom#10874 - Avoid Windows 260-character path limits in script\clean](https://github.com/atom/atom/pull/10874)
* [atom/atom#10861 - Compute line foldability lazily](https://github.com/atom/atom/pull/10861)
* [atom/atom#10843 - Bump packages to use async git](https://github.com/atom/atom/pull/10843)
* [atom/atom#10886 - Update Atom build directory in build instructions](https://github.com/atom/atom/pull/10886)
* [atom/atom#10885 - Cache regexes in LanguageMode.prototype.getRegexForProperty](https://github.com/atom/atom/pull/10885)
* [atom/atom#10888 - Load packages before deserializing state](https://github.com/atom/atom/pull/10888)
* [atom/atom#10870 - Add Issue template and extra version info](https://github.com/atom/atom/pull/10870)
* [atom/atom#10878 - Allow pasting white space when `autoIndentOnPaste` is enabled](https://github.com/atom/atom/pull/10878)
* [atom/atom#10895 - Fix some spec issues](https://github.com/atom/atom/pull/10895)
* [atom/atom#10901 - remove Open Roadmap menu item, fixes #10884](https://github.com/atom/atom/pull/10901)
* [atom/atom#10898 - Pass the notification manager when splitting panes](https://github.com/atom/atom/pull/10898)
* [atom/atom#10927 - Upgrade electron to fix command-backtick bug](https://github.com/atom/atom/pull/10927)
* [atom/atom#10926 - Fix case-preserving path relativization](https://github.com/atom/atom/pull/10926)
* [atom/atom#10926 - Fix case-preserving path relativization](https://github.com/atom/atom/pull/10926)
* [atom/atom#10921 - Add support for keybindings with keyup keystrokes](https://github.com/atom/atom/pull/10921)
* [atom/atom#10841 - Add the -a, --add CLI option](https://github.com/atom/atom/pull/10841)
* [atom/atom#10933 - Fix block decorations spec in text editor presenter](https://github.com/atom/atom/pull/10933)
* [atom/atom#10925 - Faster state serialization](https://github.com/atom/atom/pull/10925)
* [atom/atom#10967 - Fix a inconsistent getLineCount() use](https://github.com/atom/atom/pull/10967)
* [atom/atom#10967 - Fix a inconsistent getLineCount() use](https://github.com/atom/atom/pull/10967)
* [atom/atom#10975 - Update nodegit](https://github.com/atom/atom/pull/10975)
* [atom/atom#10975 - Update nodegit](https://github.com/atom/atom/pull/10975)
* [atom/atom#10326 - Fix Windows installer path update woes](https://github.com/atom/atom/pull/10326)
* [atom/atom#10959 - Refactor pending state to live in pane instead of items](https://github.com/atom/atom/pull/10959)
* [atom/atom#10959 - Refactor pending state to live in pane instead of items](https://github.com/atom/atom/pull/10959)
* [atom/atom#10984 - [WIP] experiment with circle ci](https://github.com/atom/atom/pull/10984)
* [atom/atom#10737 - Add MRU tab switching functionality](https://github.com/atom/atom/pull/10737)
* [atom/atom#11001 - onDidTerminatePendingState ➡︎ onItemDidTerminatePendingState](https://github.com/atom/atom/pull/11001)
* [atom/atom#11001 - onDidTerminatePendingState ➡︎ onItemDidTerminatePendingState](https://github.com/atom/atom/pull/11001)
* [atom/atom#10972 - Update build scripts to use the new railcar branching model](https://github.com/atom/atom/pull/10972)
* [atom/atom#10972 - Update build scripts to use the new railcar branching model](https://github.com/atom/atom/pull/10972)
* [atom/atom#11006 - Move spec from tabs package](https://github.com/atom/atom/pull/11006)
* [atom/atom#10851 - Registry for TextEditors](https://github.com/atom/atom/pull/10851)
* [atom/atom#11010 - Always strip git+ prefix and .git suffix from package repository URLs](https://github.com/atom/atom/pull/11010)
* [atom/atom#11011 - Autoscroll after consolidating selections](https://github.com/atom/atom/pull/11011)
* [atom/atom#11008 - Add documentation for order key in config.](https://github.com/atom/atom/pull/11008)
* [atom/atom#11009 - Don't destroy pane if replacing last pending item](https://github.com/atom/atom/pull/11009)
* [atom/atom#11009 - Don't destroy pane if replacing last pending item](https://github.com/atom/atom/pull/11009)
* [atom/atom#10675 - Expose application updater lifecycle events to packages](https://github.com/atom/atom/pull/10675)
* [atom/atom#11022 - Windows git fixes](https://github.com/atom/atom/pull/11022)
* [atom/atom#11022 - Windows git fixes](https://github.com/atom/atom/pull/11022)
* [atom/atom#11051 - Add new item before destroying pending item](https://github.com/atom/atom/pull/11051)
* [atom/atom#11051 - Add new item before destroying pending item](https://github.com/atom/atom/pull/11051)
* [atom/atom#11036 - Skip deleted directories when restoring application windows](https://github.com/atom/atom/pull/11036)
* [atom/atom#11063 - Show tooltip immediately if the tooltip trigger is manual](https://github.com/atom/atom/pull/11063)
* [atom/atom#10511 - Use ELECTRON_RUN_AS_NODE Variable Key](https://github.com/atom/atom/pull/10511)
* [atom/atom#10955 - TextEditor customization](https://github.com/atom/atom/pull/10955)
* [atom/atom#11065 - Default to auto height being true.](https://github.com/atom/atom/pull/11065)
* [atom/atom#11053 - Ensure atom.cmd --wait correctly waits in Windows cmd & powershell](https://github.com/atom/atom/pull/11053)
* [atom/atom#11060 - Serialize MarkerLayers only on quit](https://github.com/atom/atom/pull/11060)
* [atom/atom#11057 - Move Pane::addItem 'pending' option to options object](https://github.com/atom/atom/pull/11057)
* [atom/atom#11057 - Move Pane::addItem 'pending' option to options object](https://github.com/atom/atom/pull/11057)
* [atom/atom#11089 - Update nodegit](https://github.com/atom/atom/pull/11089)
* [atom/atom#11089 - Update nodegit](https://github.com/atom/atom/pull/11089)
* [atom/atom#11099 - Add zero to hexadecimal numbers below F (16)](https://github.com/atom/atom/pull/11099)
* [atom/atom#11101 - Emit status changes when anything changes](https://github.com/atom/atom/pull/11101)
* [atom/atom#11101 - Emit status changes when anything changes](https://github.com/atom/atom/pull/11101)
* [atom/atom#11077 - Scroll to cursor on unfold all](https://github.com/atom/atom/pull/11077)
* [atom/atom#11103 - Make cli atom --wait work on Cygwin](https://github.com/atom/atom/pull/11103)
* [atom/atom#11115 - Update nodegit](https://github.com/atom/atom/pull/11115)
* [atom/atom#11115 - Update nodegit](https://github.com/atom/atom/pull/11115)
* [atom/atom#11111 - Default the options parameter to an empty object](https://github.com/atom/atom/pull/11111)
* [atom/atom#11127 - Bump markdown-preview@v0.158.0](https://github.com/atom/atom/pull/11127)
* [atom/atom#8793 - squirrel-update test on desktop shortcut groups too many assertions](https://github.com/atom/atom/pull/8793)
* [atom/atom#11078 - Add TextEditors to the registry only when opting in](https://github.com/atom/atom/pull/11078)
* [atom/atom#11054 - Patch Environment On OSX And Allow A Different Environment Per Window](https://github.com/atom/atom/pull/11054)
* [atom/atom#11153 - Fix node env](https://github.com/atom/atom/pull/11153)
* [atom/atom#11162 - BufferedProcess: search only new data for new lines rather than entire buffer, take 2](https://github.com/atom/atom/pull/11162)
* [atom/atom#11166 - Note where GitRepositoryAsync deviates from its synchronous predecessor](https://github.com/atom/atom/pull/11166)
### [one-dark-ui](https://github.com/atom/one-dark-ui)
v1.1.9...v1.2.0
* [atom/one-dark-ui#113 - Specify config schema in package.json](https://github.com/atom/one-dark-ui/pull/113)
* [atom/one-dark-ui#121 - Fix typo in comment for ui-variables.less](https://github.com/atom/one-dark-ui/pull/121)
### [one-light-ui](https://github.com/atom/one-light-ui)
v1.1.9...v1.2.0
* [atom/one-light-ui#48 - Specify config schema in package.json](https://github.com/atom/one-light-ui/pull/48)
### [about](https://github.com/atom/about)
v1.3.0...v1.4.1
* [atom/about#6 - Specify deserializer in package.json](https://github.com/atom/about/pull/6)
* [atom/about#6 - Specify deserializer in package.json](https://github.com/atom/about/pull/6)
* [atom/about#13 - Specify deserializer method in package.json, the new way](https://github.com/atom/about/pull/13)
* [atom/about#12 - Show update information on the about page](https://github.com/atom/about/pull/12)
* [atom/about#15 - Move away from deprecated Electron require syntax](https://github.com/atom/about/pull/15)
### [archive-view](https://github.com/atom/archive-view)
v0.61.0...v0.61.1
* [atom/archive-view#32 - Specify deserializer in package.json](https://github.com/atom/archive-view/pull/32)
### [autocomplete-plus](https://github.com/atom/autocomplete-plus)
v2.25.0...v2.29.1
* [atom/autocomplete-plus#612 - bugfix: auto indentation after suggestion confirm](https://github.com/atom/autocomplete-plus/pull/612)
* [atom/autocomplete-plus#641 - Stop flickering when adjusting margins](https://github.com/atom/autocomplete-plus/pull/641)
* [atom/autocomplete-plus#637 - Move config schema to package.json](https://github.com/atom/autocomplete-plus/pull/637)
* [atom/autocomplete-plus#659 - Batch autocompletion show/hide](https://github.com/atom/autocomplete-plus/pull/659)
* [atom/autocomplete-plus#675 - :art: Clean up formatting of fileBlacklist setting description](https://github.com/atom/autocomplete-plus/pull/675)
* [atom/autocomplete-plus#672 - Redesign SymbolStore and SymbolProvider](https://github.com/atom/autocomplete-plus/pull/672)
* [atom/autocomplete-plus#667 - Add unicode support for \w regexps](https://github.com/atom/autocomplete-plus/pull/667)
* [atom/autocomplete-plus#681 - Fix maximum call stack size exceeded error](https://github.com/atom/autocomplete-plus/pull/681)
### [autosave](https://github.com/atom/autosave)
v0.23.0...v0.23.1
* [atom/autosave#56 - Move config schema to package.json](https://github.com/atom/autosave/pull/56)
### [bracket-matcher](https://github.com/atom/bracket-matcher)
v0.79.0...v0.81.0
* [atom/bracket-matcher#196 - Fix spelling in settings](https://github.com/atom/bracket-matcher/pull/196)
* [atom/bracket-matcher#197 - Move config schema to package.json](https://github.com/atom/bracket-matcher/pull/197)
* [atom/bracket-matcher#212 - Make updating matches faster for multi-cursor editing](https://github.com/atom/bracket-matcher/pull/212)
* [atom/bracket-matcher#219 - Clean up view subscriptions when editor is destroyed](https://github.com/atom/bracket-matcher/pull/219)
* [atom/bracket-matcher#221 - Enable bracket matching for elixir](https://github.com/atom/bracket-matcher/pull/221)
### [deprecation-cop](https://github.com/atom/deprecation-cop)
v0.54.0...v0.54.1
* [atom/deprecation-cop#65 - Move deserializer into package.json](https://github.com/atom/deprecation-cop/pull/65)
* [atom/deprecation-cop#65 - Move deserializer into package.json](https://github.com/atom/deprecation-cop/pull/65)
* [atom/deprecation-cop#67 - Specify deserializer method in package.json](https://github.com/atom/deprecation-cop/pull/67)
### [fuzzy-finder](https://github.com/atom/fuzzy-finder)
v0.94.0...v1.0.3
* [atom/fuzzy-finder#160 - Move config schema to package.json](https://github.com/atom/fuzzy-finder/pull/160)
* [atom/fuzzy-finder#167 - Async git](https://github.com/atom/fuzzy-finder/pull/167)
* [atom/fuzzy-finder#174 - Fix spec race](https://github.com/atom/fuzzy-finder/pull/174)
* [atom/fuzzy-finder#178 - Handle symlink project paths](https://github.com/atom/fuzzy-finder/pull/178)
* [atom/fuzzy-finder#180 - Return project paths correctly if last-opened path is not in project](https://github.com/atom/fuzzy-finder/pull/180)
### [git-diff](https://github.com/atom/git-diff)
v0.57.0...v1.0.1
* [atom/git-diff#81 - Move config schema to package.json](https://github.com/atom/git-diff/pull/81)
* [atom/git-diff#82 - Async git](https://github.com/atom/git-diff/pull/82)
* [atom/git-diff#95 - Catch errors from new files.](https://github.com/atom/git-diff/pull/95)
### [grammar-selector](https://github.com/atom/grammar-selector)
v0.48.0...v0.48.1
* [atom/grammar-selector#25 - Add description for config setting](https://github.com/atom/grammar-selector/pull/25)
* [atom/grammar-selector#29 - Move config schema to package.json](https://github.com/atom/grammar-selector/pull/29)
### [image-view](https://github.com/atom/image-view)
v0.56.0...v0.57.0
* [atom/image-view#40 - Zoom to fit](https://github.com/atom/image-view/pull/40)
### [incompatible-packages](https://github.com/atom/incompatible-packages)
v0.25.0...v0.25.1
* [atom/incompatible-packages#11 - Move deserializer to package.json](https://github.com/atom/incompatible-packages/pull/11)
* [atom/incompatible-packages#11 - Move deserializer to package.json](https://github.com/atom/incompatible-packages/pull/11)
* [atom/incompatible-packages#12 - Specify deserializer method in package.json](https://github.com/atom/incompatible-packages/pull/12)
### [keybinding-resolver](https://github.com/atom/keybinding-resolver)
v0.33.0...v0.35.0
* [atom/keybinding-resolver#23 - Update coffeelint support](https://github.com/atom/keybinding-resolver/pull/23)
* [atom/keybinding-resolver#37 - Show keyup events that match a binding](https://github.com/atom/keybinding-resolver/pull/37)
### [line-ending-selector](https://github.com/atom/line-ending-selector)
v0.3.0...v0.3.1
* [atom/line-ending-selector#17 - Move config schema to package.json](https://github.com/atom/line-ending-selector/pull/17)
### [link](https://github.com/atom/link)
v0.31.0...v0.31.1
* [atom/link#14 - Move away from deprecated Electron require syntax](https://github.com/atom/link/pull/14)
### [markdown-preview](https://github.com/atom/markdown-preview)
v0.157.2...v0.158.0
* [atom/markdown-preview#349 - Use new package.json fields (configSchema and deserializers)](https://github.com/atom/markdown-preview/pull/349)
* [atom/markdown-preview#349 - Use new package.json fields (configSchema and deserializers)](https://github.com/atom/markdown-preview/pull/349)
* [atom/markdown-preview#367 - Use new package.json fields to allow deferred loading](https://github.com/atom/markdown-preview/pull/367)
* [atom/markdown-preview#335 - Use GitHub style when "Save as HTML"](https://github.com/atom/markdown-preview/pull/335)
### [notifications](https://github.com/atom/notifications)
v0.62.1...v0.63.1
* [atom/notifications#105 - Move config schema to package.json](https://github.com/atom/notifications/pull/105)
* [atom/notifications#111 - Use https://git.io insead of http](https://github.com/atom/notifications/pull/111)
* [atom/notifications#113 - replace ATOM_HOME in issue title with generic placeholder](https://github.com/atom/notifications/pull/113)
* [atom/notifications#114 - Use bit.ly instead of git.io.](https://github.com/atom/notifications/pull/114)
* [atom/notifications#115 - URL shortening, take 2](https://github.com/atom/notifications/pull/115)
### [open-on-github](https://github.com/atom/open-on-github)
v0.41.0...v1.0.1
* [atom/open-on-github#59 - Move config schema to package.json](https://github.com/atom/open-on-github/pull/59)
* [atom/open-on-github#60 - Async git](https://github.com/atom/open-on-github/pull/60)
* [atom/open-on-github#66 - Move away from deprecated Electron require syntax](https://github.com/atom/open-on-github/pull/66)
### [package-generator](https://github.com/atom/package-generator)
v0.41.0...v1.0.0
* [atom/package-generator#37 - Move config schema to package.json](https://github.com/atom/package-generator/pull/37)
* [atom/package-generator#36 - Support JS package generation](https://github.com/atom/package-generator/pull/36)
### [settings-view](https://github.com/atom/settings-view)
v0.232.3...v0.235.0
* [atom/settings-view#731 - Specify deserializer in package.json](https://github.com/atom/settings-view/pull/731)
* [atom/settings-view#749 - Move away from deprecated Electron require syntax](https://github.com/atom/settings-view/pull/749)
* [atom/settings-view#750 - Another require fix for remote](https://github.com/atom/settings-view/pull/750)
* [atom/settings-view#743 - Display and manage Git-based packages](https://github.com/atom/settings-view/pull/743)
* [atom/settings-view#748 - Add defaults on focus](https://github.com/atom/settings-view/pull/748)
* [atom/settings-view#736 - Add collapsable section for option groups](https://github.com/atom/settings-view/pull/736)
### [spell-check](https://github.com/atom/spell-check)
v0.65.0...v0.67.0
* [atom/spell-check#103 - Update README.md](https://github.com/atom/spell-check/pull/103)
* [atom/spell-check#33 - Add feature: toggle on/off](https://github.com/atom/spell-check/pull/33)
* [atom/spell-check#108 - subscriptionsOfCommands -> commandSubscription](https://github.com/atom/spell-check/pull/108)
* [atom/spell-check#112 - Move config schema to package.json](https://github.com/atom/spell-check/pull/112)
* [atom/spell-check#114 - updates spellchecker to use system language](https://github.com/atom/spell-check/pull/114)
### [status-bar](https://github.com/atom/status-bar)
v0.83.0...v1.2.0
* [atom/status-bar#121 - Move config schema to package.json](https://github.com/atom/status-bar/pull/121)
* [atom/status-bar#114 - Async git](https://github.com/atom/status-bar/pull/114)
* [atom/status-bar#122 - Make updating info faster for multi-cursor edits](https://github.com/atom/status-bar/pull/122)
* [atom/status-bar#129 - Hide diff stats for new files](https://github.com/atom/status-bar/pull/129)
* [atom/status-bar#131 - Fix error with no active item](https://github.com/atom/status-bar/pull/131)
* [atom/status-bar#133 - Move to the footer](https://github.com/atom/status-bar/pull/133)
### [styleguide](https://github.com/atom/styleguide)
v0.45.1...v0.45.2
* [atom/styleguide#34 - Specify deserializer in package.json](https://github.com/atom/styleguide/pull/34)
### [symbols-view](https://github.com/atom/symbols-view)
v0.110.1...v0.112.0
* [atom/symbols-view#147 - Add support for ES2015 static methods](https://github.com/atom/symbols-view/pull/147)
* [atom/symbols-view#151 - Specify config schema in package.json](https://github.com/atom/symbols-view/pull/151)
* [atom/symbols-view#157 - Add es7 async functions to ctags](https://github.com/atom/symbols-view/pull/157)
### [tabs](https://github.com/atom/tabs)
v0.91.3...v0.92.0
* [atom/tabs#134 - Add "open in new window" option to tabs context menu](https://github.com/atom/tabs/pull/134)
### [timecop](https://github.com/atom/timecop)
v0.33.0...v0.33.1
* [atom/timecop#15 - Specify deserializer in package.json](https://github.com/atom/timecop/pull/15)
### [welcome](https://github.com/atom/welcome)
v0.33.0...v0.34.0
* [atom/welcome#45 - Move config schema to package.json](https://github.com/atom/welcome/pull/45)
* [atom/welcome#47 - Change menu names for different platforms](https://github.com/atom/welcome/pull/47)
### [whitespace](https://github.com/atom/whitespace)
v0.32.1...v0.32.2
* [atom/whitespace#107 - Move config schema to package.json](https://github.com/atom/whitespace/pull/107)
### [language-clojure](https://github.com/atom/language-clojure)
v0.19.1...v0.20.0
* [atom/language-clojure#39 - Fix tokenization of sexp and map nested at beginning of another sexp](https://github.com/atom/language-clojure/pull/39)
### [language-coffee-script](https://github.com/atom/language-coffee-script)
v0.46.0...v0.46.1
* [atom/language-coffee-script#85 - Check for word boundaries when attempting to auto-indent](https://github.com/atom/language-coffee-script/pull/85)
### [language-csharp](https://github.com/atom/language-csharp)
v0.11.0...v0.12.0
* [atom/language-csharp#53 - Make nameof a keyword](https://github.com/atom/language-csharp/pull/53)
* [atom/language-csharp#54 - Make C# 6's when a keyword](https://github.com/atom/language-csharp/pull/54)
### [language-gfm](https://github.com/atom/language-gfm)
v0.84.0...v0.85.0
* [atom/language-gfm#140 - Highlight HTML entities inside bold, italic, and strikethrough text](https://github.com/atom/language-gfm/pull/140)
### [language-html](https://github.com/atom/language-html)
v0.44.0...v0.44.1
* [atom/language-html#108 - Fixes #102 - ng-template highlighting for script tags](https://github.com/atom/language-html/pull/108)
### [language-json](https://github.com/atom/language-json)
v0.17.4...v0.17.6
* [atom/language-json#42 - Add .jsonld file support](https://github.com/atom/language-json/pull/42)
* [atom/language-json#43 - add composer.lock files](https://github.com/atom/language-json/pull/43)
* [atom/language-json#44 - Add .tern-project and .tern-config to file types](https://github.com/atom/language-json/pull/44)
### [language-ruby](https://github.com/atom/language-ruby)
v0.68.0...v0.68.3
* [atom/language-ruby#135 - Adds cr (Crystal lang) to fileTypes for Ruby grammar](https://github.com/atom/language-ruby/pull/135)
* [atom/language-ruby#137 - Changes dop and do order priority](https://github.com/atom/language-ruby/pull/137)
* [atom/language-ruby#136 - Fixes for tokenization of Kernel methods ending in ? or !](https://github.com/atom/language-ruby/pull/136)
* [atom/language-ruby#140 - Revert do/dop order change](https://github.com/atom/language-ruby/pull/140)
### [language-sass](https://github.com/atom/language-sass)
v0.45.0...v0.46.0
* [atom/language-sass#101 - Add individual border-radius properties](https://github.com/atom/language-sass/pull/101)
### [language-text](https://github.com/atom/language-text)
v0.7.0...v0.7.1
* [atom/language-text#5 - Add travis.yml](https://github.com/atom/language-text/pull/5)
* [atom/language-text#6 - Update legal date to 2016](https://github.com/atom/language-text/pull/6)
### [language-xml](https://github.com/atom/language-xml)
v0.34.2...v0.34.4
* [atom/language-xml#43 - Fix incorrect highlighting for empty element](https://github.com/atom/language-xml/pull/43)