Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rebase #1

Merged
merged 26 commits into from
Feb 1, 2022
Merged

Rebase #1

merged 26 commits into from
Feb 1, 2022

Commits on Oct 12, 2021

  1. chore(ci): upgrade to setup-node@v2 action (#706)

    This also includes caching support of node_modules between builds.
    josephyi committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    709845e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6817f01 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9ca0f6f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4ff8a2d View commit details
    Browse the repository at this point in the history
  5. Fix FileHeader input type (#708)

    The input is an array of strings.
    Shimmi committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    702094b View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2021

  1. Configuration menu
    Copy the full SHA
    00a3f29 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2021

  1. chore(release): 3.0.3

    dbanksdesign committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    e42d90b View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2021

  1. feat(formats): object handling for typescript/es6-declarations (#718)

    Design tokens that are objects or arrays, as opposed to simple scalars, are now properly typed in the `typescript/es6-declarations` format.
    RobbyUitbeijerse committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    4e3905a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    54332b3 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2021

  1. Configuration menu
    Copy the full SHA
    65453e0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cfa83cb View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2021

  1. Configuration menu
    Copy the full SHA
    ad7f6ea View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2021

  1. Configuration menu
    Copy the full SHA
    56574a4 View commit details
    Browse the repository at this point in the history
  2. feat(transforms): add transformer for Color class from SwiftUI (#733)

    Adds the color/ColorSwiftUI transform
    antoniogamizbadger committed Nov 30, 2021
    Configuration menu
    Copy the full SHA
    439e474 View commit details
    Browse the repository at this point in the history
  3. chore(deps): bump lodash in /examples/advanced/custom-parser (#740)

    Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.21.
    - [Release notes](https://github.com/lodash/lodash/releases)
    - [Commits](lodash/lodash@4.17.15...4.17.21)
    
    ---
    updated-dependencies:
    - dependency-name: lodash
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Nov 30, 2021
    Configuration menu
    Copy the full SHA
    8b7a910 View commit details
    Browse the repository at this point in the history
  4. chore(deps): bump lodash in /examples/advanced/matching-build-files (#…

    …741)
    
    Bumps [lodash](https://github.com/lodash/lodash) from 4.17.20 to 4.17.21.
    - [Release notes](https://github.com/lodash/lodash/releases)
    - [Commits](lodash/lodash@4.17.20...4.17.21)
    
    ---
    updated-dependencies:
    - dependency-name: lodash
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Nov 30, 2021
    Configuration menu
    Copy the full SHA
    3570dfc View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2021

  1. Configuration menu
    Copy the full SHA
    401d93b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3565af1 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2021

  1. feat(references): ability to reference other tokens without 'value' (#…

    …746)
    
    * feat(references): ability to reference other tokens without 'value'
    
    * chore(tests): add more tests for dot value
    dbanksdesign committed Dec 15, 2021
    Configuration menu
    Copy the full SHA
    c6f482e View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2021

  1. Configuration menu
    Copy the full SHA
    8a5f047 View commit details
    Browse the repository at this point in the history
  2. chore(release): 3.1.0

    dbanksdesign committed Dec 16, 2021
    Configuration menu
    Copy the full SHA
    983d9c6 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2021

  1. Configuration menu
    Copy the full SHA
    43ff607 View commit details
    Browse the repository at this point in the history
  2. chore(release): 3.1.1

    dbanksdesign committed Dec 17, 2021
    Configuration menu
    Copy the full SHA
    7bfeb92 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2021

  1. feat(formats): any swift format (#734)

    ✨ add new format ios-swift/any.swift with:
    * objectType: type for the swift object - default is class
    * import: array or string to import modules - default is ["UIKit"]
    * accessControl: access level for the object - default is public
    🎨 update ios-swift/class and ios-swift/enum to import any.swift template
    🔥 remove class.swift.template and enum.swift.template
    ✨ add helper setSwiftFileProperties to format file object for swift
    ✅ add test for setSwiftFileProperties and snapshot for swift template
    📝 update docs comment for ios-swift formats
    📝 add ios-swift/any.swift to examples / basic / config.json
    
    Co-authored-by: @antoniogamizbadger
    gabischima committed Dec 22, 2021
    Configuration menu
    Copy the full SHA
    9859a8d View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2022

  1. Configuration menu
    Copy the full SHA
    c3aae93 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2022

  1. Configuration menu
    Copy the full SHA
    d185337 View commit details
    Browse the repository at this point in the history