Version History

0.1.1

  • minor packaging changes

0.1.0

  • initial implementation including:
    • sprockets.mixins.cors.CORSMixin
    • sprockets.mixins.cors.CORSSettings
    • Support for the following pre-flight request headers:
      • Origin
      • Access-Control-Request-Method
      • Access-Control-Request-Headers
    • Support for the following pre-flight response headers:
      • Access-Control-Allow-Origin
      • Access-Control-Allow-Methods
      • Access-Control-Allow-Credentials
      • Access-Control-Allow-Headers
    • Support for the following in-line response headers:
      • Access-Control-Allow-Origin
      • Access-Control-Allow-Credentials