Skip to content

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
Kampfkarren authored Jun 28, 2024
2 parents d34f176 + 23411d5 commit c5b2aac
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased](https://github.com/Kampfkarren/selene/compare/0.27.1...HEAD)
### Added
- Added `Path2DControlPoint.new` to the Roblox standard library

## [0.27.1](https://github.com/Kampfkarren/selene/releases/tag/0.27.1) - 2024-04-28
### Fixed
Expand Down
2 changes: 1 addition & 1 deletion docs/src/cli/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ cargo install --branch main --git https://github.com/Kampfkarren/selene selene
```

### Disabling Roblox features
selene is built with Roblox specific lints by default. If you don't want these, type `--no-default-features` after whichever command you choose.
selene is built with Roblox specific lints by default. If you don't want these, then pass `--no-default-features` to the `cargo install` command.
12 changes: 12 additions & 0 deletions selene-lib/default_std/roblox_base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -349,6 +349,18 @@ globals:
OverlapParams.new:
args: []
must_use: true
Path2DControlPoint.new:
args:
- required: false
type:
display: UDim2
- required: false
type:
display: UDim2
- required: false
type:
display: UDim2
must_use: true
PathWaypoint.new:
args:
- required: false
Expand Down

0 comments on commit c5b2aac

Please sign in to comment.