Skip to content
This repository has been archived by the owner on Sep 8, 2020. It is now read-only.

Latest commit

 

History

History
106 lines (81 loc) · 3.88 KB

CHANGELOG.md

File metadata and controls

106 lines (81 loc) · 3.88 KB

0.5.3 (2018-01-16)

  • disable autocompletion in JavaScript with whitespaces - #83
  • support a snippets for $timeout - #79

0.5.2 (2018-01-05)

  • disable autocompletion in JavaScript with comma and so on - #83

0.5.1 (2017-12-03)

  • fix Uncaught TypeError: Cannot read property 'toLowerCase' of undefined - #82
  • support autocompletions with prefix started with $

0.5.0 (2017-12-02)

  • use autocomplete-plus for autocompletion.
    • older autocompletion doesn't work with latest Atom.

0.4.0 (2017-02-04)

  • fix deprecated selector since Atom v1.13.0 - #68
  • add new attributes of angularjs

0.3.5 (2016-07-27)

  • change syntax names to compatable with themes - #50
  • fix a ng-model-options syntax highlight bug - #58
  • add syntax highlight for ng-required - #59
  • support jsp files - #55

0.3.4 (2016-01-18)

0.3.3 (2015-10-14)

  • rollback fixing emmet's tab autocompletion

0.3.1 (2015-10-10)

  • support normailzed angular's tags and attributes (e.g data-ng-if, x-ng-if)(#44)

Bug fixes

  • fix confict with emmet's tab autocompletion(#19)
  • fix wrong syntax highlight(#42, #43)

0.3.0 (2015-05-23)

Bug fixes

  • fix Atom update problem that Atom doen't update v0.2.0 and still use v0.1.0.(#39)
  • fix syntax highlight error for ng-options(#20)

0.2.0 (2015-02-08)

Features

Bug fixes

  • fix syntax highlight error for angular directives

0.1.0 (2015-01-02)

Features

  • add directives and functions for angular v1.3.x
  • add syntax highlight for angular directives (closes #13)
  • add syntax highlight for angular expressions (closes #18)

0.0.5 (2014-09-08)

Bug fixes

  • remove activation message useless (closes #16)
  • remove semicolon in snippets to allow chaining (closes #4)
  • fix error in javascript snippets (closes #11, thanks to @alepop )

0.0.4 (2014-03-03)

merge atom-angularjs package, thanks to @btesser

Features

  • support autocompletes in html and javascript
  • support snippets in html and javascript

0.0.3 (2014-03-01)

Bug fixes

  • Issue #2 : Improvements to Atom conversion thanks to @stevehansell
    • Replaced $TM_JAVASCRIPT_TERMINATOR with semi-colons
    • Removed escaping on $s in the snippet body
    • Inserted a comma into '.text.html, .meta.tag': to fix the html snippets

0.0.2 (2014-02-28)

Updated assets: Add more assets, e.g. keymaps, menus, for more flexibility/options.

0.0.1 (2014-02-28)

Initial conversion of textmate version