sass-is-int
Version:
A lightweight Sass function that determines whether a number is integer or not.
36 lines (24 loc) • 1.22 kB
Markdown
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
## 1.0.3 - 2017-11-18
### Added
- Related keywords to [package.json](package.json) file to make the project more discoverable on [npm](https://www.npmjs.com/).
- [CHANGELOG.md](CHANGELOG.md) file.
- Acknowledge [PurpleBooth](https://github.com/PurpleBooth) for [this README template](https://gist.github.com/PurpleBooth/109311bb0361f32d87a2) in [README.md](README.md) file.
### Changed
- Converted tabs to four spaces in [_is-int.scss](_is-int.scss) file for better display online.
### Removed
- Unnecessary .gitignore file.
- Unnecessary `main` and `scripts` keys from [package.json](package.json) file.
## 1.0.2 - 2017-11-04
### Fixed
- Broken links in [README.md](README.md) file.
- Confusing phrasing in [README.md](README.md) file.
## 1.0.1 - 2017-11-04
### Added
- [README.md](README.md) file.
## 1.0.0 - 2017-11-04
### Added
- `is-int()` function.
- [package.json](package.json) file for [npm](https://www.npmjs.com/).