Skip to content

v0.1.0

Choose a tag to compare

@Xuanwo Xuanwo released this 08 Sep 10:22
v0.1.0
c94a468

v0.1.0 - 2021-09-08

Added

  • feat: Add interface support (#4)
  • feat: Implement AppendFile
  • feat: Field accept both string and Node as input
  • feat: Add typed field support
  • feat: Export logic statement for group
  • feat: Add function call support
  • feat: Allow all body accept interface instead
  • feat: Add defer and function call support
  • Add var decl support
  • feat: Add test case for struct
  • API Redesign

Fixed

  • fix: Struct should not have NamedLineComment
  • fix: struct Field should not return nil
  • fix: Insert a new line before closing struct
  • fix: Insert new line after switch case

Refactor

  • Change return to accept input instead of function call
  • refactor: Make comment as float just like go ast (#6)