Skip to content
This repository has been archived by the owner on Dec 9, 2018. It is now read-only.

fix(lib): enums are now namespaced + refactor #11

Merged
merged 1 commit into from
Nov 19, 2014
Merged

fix(lib): enums are now namespaced + refactor #11

merged 1 commit into from
Nov 19, 2014

Conversation

japaric
Copy link
Contributor

@japaric japaric commented Nov 19, 2014

See rust-lang/rust#18973

  • The linspace and logspace functions have been moved into their own crate
  • The color module has been removed, the Color enum is now in the root of
    the crate
  • The following enums have been moved into the root of the crate: Axis,
    Grid and Scale
  • Renames:
    • HorizontalPosition -> Horizontal
    • LeftJustified/RightJustified -> Justification::{Left, Right}
    • Vertical::Middle -> Vertical::Center
    • VerticalPosition -> Vertical

[breaking-change]

See rust-lang/rust#18973

- The `linspace` and `logspace` functions have been moved into their own crate
- The `color` module has been removed, the `Color` enum is now in the root of
  the crate
- The following enums have been moved into the root of the crate: `Axis`,
  `Grid` and `Scale`
- Renames:
  - `HorizontalPosition` -> `Horizontal`
  - `LeftJustified/RightJustified` -> `Justification::{Left, Right}`
  - `Vertical::Middle` -> `Vertical::Center`
  - `VerticalPosition` -> `Vertical`

[breaking-change]
japaric pushed a commit that referenced this pull request Nov 19, 2014
fix(lib): enums are now namespaced + refactor
@japaric japaric merged commit 6703406 into master Nov 19, 2014
@japaric japaric deleted the fix branch November 19, 2014 18:53
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant