Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

angular-scaffold

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

angular-scaffold - npm Package Compare versions

Comparing version 0.3.0 to 0.3.1

11

CHANGELOG.md

@@ -6,2 +6,9 @@ # Change Log

## [Unreleased]
## [0.3.1] - 2015-11-30
### Fixed
- `README`
- `CHANGELOG`
## [0.3.0] - 2015-11-30
### Added

@@ -50,4 +57,6 @@ - Thorough documentation

[Unreleased]: https://github.com/radify/angular-scaffold/compare/0.2.0...HEAD
[Unreleased]: https://github.com/radify/angular-scaffold/compare/0.3.1...HEAD
[0.3.1]: https://github.com/radify/angular-scaffold/compare/0.3.0...0.3.1
[0.3.0]: https://github.com/radify/angular-scaffold/compare/0.2.0...0.3.0
[0.2.0]: https://github.com/radify/angular-scaffold/compare/0.1.1...0.2.0
[0.1.1]: https://github.com/radify/angular-scaffold/compare/0.1.0...0.1.1

2

package.json

@@ -5,3 +5,3 @@ {

"license": "BSD-3-Clause",
"version": "0.3.0",
"version": "0.3.1",
"homepage": "https://github.com/radify/angular-scaffold/",

@@ -8,0 +8,0 @@ "repository": {

@@ -7,12 +7,9 @@ [![Travis Status for radify/angular-scaffold](https://travis-ci.org/radify/angular-scaffold.svg)](https://travis-ci.org/radify/angular-scaffold)

Angular Scaffold
==
# Angular Scaffold
Description
--
## Simple scaffolding for AngularJS
Angular Scaffold is a collection of convenience wrappers around angular-model collections.
**Angular Scaffold** is a collection of convenience wrappers around angular-model collections.
Dependencies
--
## Dependencies

@@ -22,4 +19,3 @@ * [AngularJS](https://angularjs.org/)

Running unit tests
--
## Running unit tests

@@ -44,9 +40,7 @@ Install the test runner with npm:

angular-scaffold API docs
--
## angular-scaffold API docs
See [/docs/api.md](/docs/api.md) in this project for detailed documentation of all angular-scaffold's functions.
Supporting angular-scaffold in your API
--
## Supporting angular-scaffold in your API

@@ -74,4 +68,3 @@ Your API must:

Basic Usage
--
## Basic Usage

@@ -105,4 +98,3 @@ In your AngularJS application, include the JavaScript:

Basic CRUD example project
--
## Basic CRUD example project

@@ -121,4 +113,3 @@ An [example application is included in this repository](/sample-project/). It has a very simple API that illustrates a basic use case for angular-scaffold.

Pagination
--
## Pagination

@@ -133,4 +124,3 @@ angular-scaffold can paginate your model. Your API will need to support the `Range: resources=n-n` header to take advantage of this. For example, `Range: resources=10-20` would return resources 10 through 20.

Querying
--
## Querying

@@ -137,0 +127,0 @@ You can pass a specific query in, which will be sent through to the API. Your API will have to know how to respond to this.

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc