Skip to content

Files

Latest commit

cb3e502 · Sep 18, 2018

History

History
92 lines (53 loc) · 1.59 KB

CHANGELOG.md

File metadata and controls

92 lines (53 loc) · 1.59 KB

0.12.1

  • Forgot to update the changelog before publishing

0.12.0

  • Add highlighting for focus and filter keywords (#54)

0.11.0

  • Update regex for should/should_not (#52)

0.10.0

  • Fix the broken it and its snippets (#50)
  • Improve the des and it autocompletion snippet names (#51)

0.9.0

  • Fix wrong syntax highlight with context or describe and escaped quote (#42)
  • Fix the escape character and interpolation grammar for string literals with "" delimitors (#49)

0.8.0

  • Fix duplicate key issue (#46)
  • Add cohesion to "it" snippet keys (#48)

0.7.0

  • New snippets (#45)

0.6.2

  • Highlight eq and equal (#43)

0.6.1

  • Verify that keyword is not a variable (#40)

0.6.0

  • Verify that expect is not a variable (#41)
  • Highlight expect and should keywords (#38)

0.5.1

  • Fix deprecation warning about path.basename (#37)

0.5.0

  • Add a single line expectation with an implicit subject (#17)
  • Add package keywords
  • require 'rails_helper' #23
  • Add support for "RSpec.describe" and others. #25
  • Add quoted scopes to strings #29
  • Highlight symbols #30
  • Add more specs

0.3.0

  • Fix issue with new atom workspace api (#21)

0.2.1

  • Add .hook class to hook grammars (#13)
  • Fix broken snippets (#14)
  • Update CHANGELOG.md (#15)

0.2.0

  • Fix example grammar (#12)

0.1.4

  • Switch to single quotes for snippets (#11)

0.1.3

  • Change token in it and describe blocks (#8)

0.1.2

  • Improve expect snippets (#6)

0.1.1 - Small fixes

  • Fix captures for examples with metadata (#2)
  • Fix language detection (#4)

0.1.0

  • Initial release